Closed
Bug 686780
Opened 13 years ago
Closed 13 years ago
Editing votes crashes Bugzilla
Categories
(Bugzilla :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
689 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Try to edit your votes in Bugzilla 4.1.3. You get:
Can't locate object method "votes" via package "Bugzilla::Bug" at ./extensions/Voting/Extension.pm line 833.
This makes test_votes.t to fail. This is working fine in 4.0.2. I couldn't find any "sub votes" anywhere in the code. I'm pretty sure this regression is due to the removal of Bugzilla::Bug::AUTOLOAD.
Flags: blocking4.2+
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 560260 [details] [diff] [review]
patch, v1
Review of attachment 560260 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. r=dkl
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Attachment #560260 -
Flags: review?(dkl) → review+
![]() |
Assignee | |
Updated•13 years ago
|
Flags: approval4.2+
Flags: approval+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified extensions/Voting/Extension.pm
Committed revision 7958.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified extensions/Voting/Extension.pm
Committed revision 7926.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•