Nesbert Hidalgo created OODT-478:
------------------------------------
Summary: Balance: New hook for hooks.php
Key: OODT-478
URL: https://issues.apache.org/jira/browse/OODT-478
Project: OODT
Issue Type: New Feature
Components: balance
Reporter: Nesbert Hidalgo
Priority: Minor
I would like to recommend adding an additional hook "hook_before_all" to
Balance. Currently, the hooks (hook_before_header, hook_before_view,
hook_before_footer, hook_before_send) if defined are called for views only. In
my case I would like a callback to be executed for both views and scripts. This
will allow us to execute the same logic for both views and scripts.
<?php
// Additional callback for hooks.php
/**
* hook_before_all
*
* This is the first hook called for both views and scripts (*.do).
*/
function hook_before_all() {}
?>
Please see attached patch...
Cheers & Thanks!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira