Closed
Bug 345381
Opened 18 years ago
Closed 18 years ago
Cannot add any new field in editvalues.cgi
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression, selenium)
Attachments
(1 file)
909 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Trying to add a new value in editvalues.cgi returns this error thrown by ThrowUserError():
The field 'Bugzilla::Field=HASH(0x988ee10)' does not exist or cannot be edited with this interface.
Assignee | ||
Comment 1•18 years ago
|
||
This is a regression due to bug 344513 where $field is overwritten in field-descs.none.html.
Depends on: 344513
Assignee | ||
Comment 2•18 years ago
|
||
Assignee: administration → LpSolit
Status: NEW → ASSIGNED
Attachment #230029 -
Flags: review?(mkanat)
Comment 3•18 years ago
|
||
Comment on attachment 230029 [details] [diff] [review]
patch, v1
Looks right to me. I trust you that this fixes the problem.
Attachment #230029 -
Flags: review?(mkanat) → review+
Updated•18 years ago
|
Flags: approval?
Updated•18 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 4•18 years ago
|
||
Checking in template/en/default/global/field-descs.none.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/field-descs.none.tmpl,v <-- field-descs.none.tmpl
new revision: 1.16; previous revision: 1.15
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•