summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorrojanu <aliustek@gmail.com>2011-04-05 01:46:00 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-04-05 01:46:00 +0200
commit15358df929791346fbd8cd7876b089e1fb7e646d (patch)
tree63f2b64920464b0c235fbbb94c12c95ec9b1beaa /Bugzilla/Hook.pm
parente1c91cd842cc2193309a284b3bd49488342ca8a1 (diff)
downloadbugzilla-15358df929791346fbd8cd7876b089e1fb7e646d.tar.gz
bugzilla-15358df929791346fbd8cd7876b089e1fb7e646d.tar.xz
Bug 468375: Add example code for hooks that were missing it.
r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm18
1 files changed, 18 insertions, 0 deletions
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<DEPRECATED> (Use L</bug_end_of_create> instead.)
+
+This happens after a bug is created and before bug mail is sent
+during C<post_bug.cgi>. Note that this only happens during C<post_bug.cgi>,
+it doesn't happen during any of the other methods of creating a bug.
+
+Params:
+
+=over
+
+=item C<vars> - The template vars hashref.
+
+=back
+
+
=head2 product_confirm_delete
B<DEPRECATED> - Use L</template_before_process> instead.