Closed
Bug 698737
Opened 14 years ago
Closed 14 years ago
Space missing in error message db_rename_conflict
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
5.70 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
"Name conflict: Cannot rename bugs.cf_foo tobugs.cf_bar
because bugs.bar already exists."
The bug is in
template/en/default/global/code-error.html.tmpl
in error 'db_rename_conflict'.
Gerv
Assignee | ||
Comment 1•14 years ago
|
||
Here's a patch which fixes that, and the results of a quick search for possible other occurrences of the same problem in the *-error and messages files.
Gerv
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 570990 [details] [diff] [review]
Patch v.1
Looks good, r=LpSolit
Attachment #570990 -
Flags: review?(LpSolit) → review+
![]() |
||
Comment 3•14 years ago
|
||
If the patch doesn't apply to 4.0, please remove my a40+.
Flags: approval4.2+
Flags: approval4.0+
Flags: approval+
Target Milestone: --- → Bugzilla 4.0
Assignee | ||
Comment 4•14 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/global/messages.html.tmpl
modified template/en/default/global/user-error.html.tmpl
modified template/en/default/global/code-error.html.tmpl
Committed revision 7998.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/4.2/
modified template/en/default/global/messages.html.tmpl
modified template/en/default/global/user-error.html.tmpl
modified template/en/default/global/code-error.html.tmpl
Committed revision 7951.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/4.0/
modified template/en/default/global/messages.html.tmpl
modified template/en/default/global/user-error.html.tmpl
modified template/en/default/global/code-error.html.tmpl
Committed revision 7657.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•