Closed
Bug 410660
Opened 17 years ago
Closed 17 years ago
Updating a bug fails if there is a multi-select custom field.
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: romaia, Assigned: romaia)
References
Details
(Keywords: regression, selenium)
Attachments
(1 file)
|
1.02 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Updating a bug fails if there is a multi-select custom field:
Can't call method "isa" on unblessed reference at Bugzilla/Bug.pm line 1409.
this problem was introduced by bug 388147.
Attachment #295246 -
Flags: review?(LpSolit)
Comment 1•17 years ago
|
||
Comment on attachment 295246 [details] [diff] [review]
check if its not an array before calling isa
Nice catch. r=LpSolit
Attachment #295246 -
Flags: review?(LpSolit) → review+
Updated•17 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Depends on: 388147
Flags: blocking3.1.3+
Flags: approval+
Keywords: regression
Target Milestone: --- → Bugzilla 3.2
Version: unspecified → 3.1.2
Comment 2•17 years ago
|
||
Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v <-- Bug.pm
new revision: 1.223; previous revision: 1.222
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•