summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorghendricks%novell.com <>2008-12-18 18:18:18 +0100
committerghendricks%novell.com <>2008-12-18 18:18:18 +0100
commitf8e82d8447f1e1e51ec32c928d0a7c19b2d91d23 (patch)
tree09a69b7e734d4e5ddf78572e916093ee6272ee93 /Bugzilla
parentf8a27359f31b44a6d93011a9ddd48261fd96d3b4 (diff)
downloadbugzilla-f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23.tar.gz
bugzilla-f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23.tar.xz
Bug 419748 - Need to hook deleting products
patch by ghendricks@novell.com r=mkanat a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Hook.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index a4436392b..a0b14eaa5 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -462,6 +462,18 @@ Params:
=back
+=head2 product-confirm_delete
+
+Called before displaying the confirmation message when deleting a product.
+
+Params:
+
+=over
+
+=item C<vars> - The template vars hashref.
+
+=back
+
=head2 webservice
This hook allows you to add your own modules to the WebService. (See