Closed
Bug 582941
Opened 15 years ago
Closed 14 years ago
Wrong example for the object_end_of_set_all in the Example extension.
Categories
(Bugzilla :: Extensions, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: timello, Unassigned)
Details
This happens because the Bug->set_all is not calling the SUPER and then the hook in never be called by the extensions.
| Reporter | ||
Comment 1•15 years ago
|
||
Actually, the problem is in the Example extension. Some examples there are wrong and lead the user to the error.
| Reporter | ||
Comment 2•15 years ago
|
||
my $object = $args->{'class'}; while it should be 'object' instead.
Severity: normal → minor
Summary: object_end_of_set_all is not being triggered when the object is Bugzilla::Bug → Wrong example for the object_end_of_set_all in the Example extension.
Comment 3•15 years ago
|
||
Ah, okay. Would you patch the Example extension for me? We can fix that back to 3.6 if the hook exists there as well.
| Reporter | ||
Comment 4•14 years ago
|
||
The code is right.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•