Closed
Bug 238467
Opened 21 years ago
Closed 21 years ago
"Accept bug (confirm bug, change status to ASSIGNED)" should use ';' or 'and' not ','
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: timeless, Assigned: shane.h.w.travis)
Details
Attachments
(1 file, 1 obsolete file)
|
689 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
1. Select an unconfirmed bug using an account w/ canconfirm or editbugs.
2. Scroll to this section:
(*) Leave as UNCONFIRMED
( ) Confirm bug (change status to NEW)
( ) Accept bug (confirm bug, change status to ASSIGNED)
( ) Resolve bug, changing resolution to
( ) Resolve bug, mark it as duplicate of bug # [ ]
3. carp at the accept radio.
Attachment #144666 -
Flags: review?(justdave)
Comment 2•21 years ago
|
||
Comment on attachment 144666 [details] [diff] [review]
and
Modified to include the missing space.
You missed a space before "and".
Attachment #144666 -
Flags: review?(justdave) → review-
Comment 3•21 years ago
|
||
Comment on attachment 144666 [details] [diff] [review]
and
Modified to include the missing space.
>Index: bug/knob.html.tmpl
>===================================================================
>RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/knob.html.tmpl,v
>retrieving revision 1.3
>diff -u -r1.3 bug/knob.html.tmpl
>--- bug/knob.html.tmpl
>+++ bug/knob.html.tmpl
>@@ -45,7 +45,7 @@
> [% IF bug.bug_status != "ASSIGNED" && bug.user.canconfirm %]
> <input type="radio" name="knob" value="accept">
> Accept [% terms.bug %] (
>- [% IF bug.isunconfirmed %]confirm [% terms.bug %], [% END %]change
>+ [% IF bug.isunconfirmed %]confirm [% terms.bug %] and [% END %]change
> status to <b>ASSIGNED</b>)
> <br>
> [% knum = knum + 1 %]
Attachment #144666 -
Attachment description: and → and
Modified to include the missing space.
| Assignee | ||
Comment 4•21 years ago
|
||
A comma, a space, *and* an 'and'! Wow! :)
Assignee: timeless → travis
Attachment #144666 -
Attachment is obsolete: true
Status: UNCONFIRMED → ASSIGNED
Attachment #174082 -
Flags: review?
Updated•21 years ago
|
Attachment #174082 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval?
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Updated•21 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 5•21 years ago
|
||
Checking in template/en/default/bug/knob.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/knob.html.tmpl,v <--
knob.html.tmpl
new revision: 1.15; previous revision: 1.14
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•