From: mkanat%bugzilla.org <> Date: Mon, 23 Nov 2009 06:37:01 +0000 (+0000) Subject: Bug 523999: New Hook: template-before_create X-Git-Tag: bugzilla-3.5.3~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b313b45914fd0a98dd23e485b778f092e9ba3b;p=thirdparty%2Fbugzilla.git Bug 523999: New Hook: template-before_create Patch by Max Kanat-Alexander (module owner) a=mkanat --- diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index b922559b5c..dc1cd6be1d 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -786,6 +786,25 @@ to the user. (F's C) =back +=head2 template-before_create + +This hook allows you to modify the configuration of L +objects before they are created. For example, you could add a new +global template variable this way. + +Params: + +=over + +=item C + +A hashref--the configuration that will be passed to L