From: Dylan William Hardison Date: Wed, 21 Mar 2018 02:06:11 +0000 (-0400) Subject: add a new hook: template_after_create (#60) X-Git-Tag: release-5.0.5~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7cf1c91949248222806f5a32f485b12eab8806f;p=thirdparty%2Fbugzilla.git add a new hook: template_after_create (#60) --- diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index d6ba5e1d0e..d8ae674636 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1479,6 +1479,21 @@ look at the code for C in L.) =back +=head2 template_after_create + +This hook allows you to manipulate the Template object before it is used. +You can use this to define new vmethods or filters in extensions. + +Params: + +=over + +=item C