From c2533c1f2e7c5c4376eb0dae17c3380b04067678 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 10 Nov 2014 16:43:03 +0000 Subject: Bug 1067619: Pulse is not notified of changes to attachment flags --- Bugzilla/Hook.pm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 5e3dca655..fff102232 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -151,6 +151,30 @@ This is a Bugzilla::User object of the user. =back +=head2 attachment_end_of_update + +Called during L, after changes are made +to the database, but while still inside a transaction. + +Params: + +=over + +=item C + +The attachment object that C was called on. + +=item C + +The attachment object as it was before it was updated. + +=item C + +The fields that have been changed, in the same format that +L returns. + +=back + =head2 attachment_process_data This happens at the very beginning process of the attachment creation. -- cgit v1.2.3-24-g4f1b