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)

3.6.1
defect
Not set
minor

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.
Actually, the problem is in the Example extension. Some examples there are wrong and lead the user to the error.
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.
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.
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.