From 15358df929791346fbd8cd7876b089e1fb7e646d Mon Sep 17 00:00:00 2001 From: rojanu Date: Mon, 4 Apr 2011 16:46:00 -0700 Subject: Bug 468375: Add example code for hooks that were missing it. r=mkanat, a=mkanat --- Bugzilla/Hook.pm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 996f327c3..b2ea820c7 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1193,6 +1193,24 @@ your template. =back + +=head2 post_bug_after_creation + +B (Use L instead.) + +This happens after a bug is created and before bug mail is sent +during C. Note that this only happens during C, +it doesn't happen during any of the other methods of creating a bug. + +Params: + +=over + +=item C - The template vars hashref. + +=back + + =head2 product_confirm_delete B - Use L instead. -- cgit v1.2.3-24-g4f1b