Closed
Bug 384400
Opened 18 years ago
Closed 18 years ago
Delete milestone message uses "ALL" incorrectly
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
1.04 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Steps:
1. Try to delete a milestone
Actual Results:
Confirmation
There are 19 bugs entered for this milestone! When you delete this milestone, ALL stored bugs will be reassigned to the default milestone of this product.
Do you really want to delete this milestone?
Expected Results:
When you delete this milestone, ALL of these bugs will be retargeted to the <>, the default milestone of this product.
(Where <> shows the current default milestone)
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Assignee: administration → timeless
Status: NEW → ASSIGNED
Attachment #271440 -
Flags: review?(LpSolit)
![]() |
||
Comment 2•18 years ago
|
||
Comment on attachment 271440 [details] [diff] [review]
fix wording
>+ <b><blink>ALL</blink></b> of these [% terms.bugs %] will be retargeted to
>+ [% product.default_milestone FILTER html %], the default milestone for
>+ the [% product.name FILTER html %] product.
You have to write [%+ product.default_milestone FILTER html %] (note the + sign), else no whitespace is added before the default milestone. Else it works fine.
Nit: wouldn't it be nicer with quotes around the milestone and product names?
r=LpSolit
Attachment #271440 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•18 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
personally i find the quotes around things annoying and ugly, iow, I'd sooner remove them all.
whoops, I really do know what the + means. Although I tend to move a word before it to avoid the problem.
Product "Foo" and Foo product are both fine imo. Note that there's actually a bug floating around about products/components named ""/''.
Comment on attachment 271440 [details] [diff] [review]
fix wording
mozilla/webtools/bugzilla/template/en/default/admin/milestones/confirm-delete.html.tmpl 1.8
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
•