From 776ee55030257105efd7df2196d9aee01e8281ad Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 27 May 2015 13:32:27 +0800 Subject: Bug 1162427: the "reset assignee to default" checkbox / functionality should be visible --- Bugzilla/Bug.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index d22ebc1ce..d105dd005 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -2415,6 +2415,9 @@ sub set_all { my $params = {}; %$params = %$input_params; + # BMO - allow extensions to morph params + Bugzilla::Hook::process('bug_start_of_set_all', { bug => $self, params => $params }); + # You cannot mark bugs as duplicate when changing several bugs at once # (because currently there is no way to check for duplicate loops in that # situation). You also cannot set the alias of several bugs at once. -- cgit v1.2.3-24-g4f1b