Closed
Bug 556695
Opened 15 years ago
Closed 15 years ago
New Hook: object_end_of_set
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
1.94 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
We already have a before_set hook, but sometimes an extension might want to do something after the values have already been validated.
Assignee | ||
Comment 1•15 years ago
|
||
Very simple. Granting myself review as Extensions module owner.
Assignee | ||
Comment 2•15 years ago
|
||
Simple enough to backport to 3.6.
Flags: approval3.6+
Flags: approval+
Assignee | ||
Comment 3•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Hook.pm
modified Bugzilla/Object.pm
modified extensions/Example/Extension.pm
Committed revision 7109.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/Hook.pm
modified Bugzilla/Object.pm
modified extensions/Example/Extension.pm
Committed revision 7068.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•