Closed
Bug 378907
Opened 18 years ago
Closed 17 years ago
Bad wording in the error message when trying to create a product with an existing name
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: timeless, Assigned: rupert)
References
()
Details
Attachments
(1 file)
812 bytes,
patch
|
guy.pyrzak
:
review+
goobix
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
Try to create a product named after an existing product
Actual Results:
The product name 'Core' is already in use.
Expected Results:
The product name 'Core' already exists.
Reason:
Just because a product exists doesn't mean it's in use. (Core exists and is in use, the real instance exists but I believe it is not in use.)
![]() |
||
Updated•18 years ago
|
Summary: edit user back to the edit user list should rely on Referrer not url encoding the search → Bad wording in the error message when trying to create a product with an existing name
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #334171 -
Flags: review?(guy.pyrzak)
Updated•17 years ago
|
Attachment #334171 -
Flags: review+
Comment 2•17 years ago
|
||
Rupert: can you set the target milestone field to the oldest version of Bugzilla where you want to commit this (based on the bug/feature thing), and make sure non-HEAD branches can have the patch applied successfully (or upload patches for them if needed).
Assignee: administration → rupert
OS: Windows XP → All
Hardware: PC → All
![]() |
||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Rupert: can you set the target milestone field to the oldest version of
> Bugzilla where you want to commit this
Approvers will set the target milestone themselves.
Comment 4•17 years ago
|
||
Comment on attachment 334171 [details] [diff] [review]
Patch for Bug 378907 V1
seems like a trivial change that doesn't help or hurt... but ok.
Attachment #334171 -
Flags: review?(mkanat)
Attachment #334171 -
Flags: review?(guy.pyrzak)
Attachment #334171 -
Flags: review+
![]() |
||
Comment 5•17 years ago
|
||
Comment on attachment 334171 [details] [diff] [review]
Patch for Bug 378907 V1
This change makes sense. No other review required as vladd already reviewed it.
Attachment #334171 -
Flags: review?(mkanat)
![]() |
||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Flags: approval3.2+
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
Comment 6•17 years ago
|
||
Trying to avoid string changes on the branch when possible.
Flags: approval3.2+
Target Milestone: Bugzilla 3.2 → Bugzilla 3.4
![]() |
||
Comment 7•17 years ago
|
||
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.258; previous revision: 1.257
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
•