Closed
Bug 313603
Opened 20 years ago
Closed 20 years ago
The keyword_already_exists error has an undefined variable
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: emmanuel, Assigned: LpSolit)
Details
Attachments
(1 file)
|
517 bytes,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
When adding a keyword for a second time, Bugzilla (rightly) throws the error keyword_already_exists. The error message shown to the user is "A keyword with the name already exists." but the code says "A keyword with the name [% name FILTER html %] already exists.". It appears that the name variable is undefined when processing this error.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Severity: normal → minor
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Comment 2•20 years ago
|
||
Comment on attachment 200611 [details] [diff] [review]
patch, v1
Tested; works.
Attachment #200611 -
Flags: review?(wurblzap) → review+
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval2.20?
Updated•20 years ago
|
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
| Assignee | ||
Comment 3•20 years ago
|
||
tip:
Checking in editkeywords.cgi;
/cvsroot/mozilla/webtools/bugzilla/editkeywords.cgi,v <-- editkeywords.cgi
new revision: 1.34; previous revision: 1.33
done
2.20:
Checking in editkeywords.cgi;
/cvsroot/mozilla/webtools/bugzilla/editkeywords.cgi,v <-- editkeywords.cgi
new revision: 1.26.4.1; previous revision: 1.26
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•