Closed
Bug 250979
Opened 21 years ago
Closed 21 years ago
edit.html.tmpl and edit-multiple.html.tmpl use wrong name to reference to severity anchor, needs change to bug_severity
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: moixa, Assigned: moixa)
Details
Attachments
(1 file)
|
872 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.8
Bug edit pages reference to help for severity with anchor "severity".
In the target page ("page.cgi?id=fields.html"), the anchor is named "bug_severity".
Reproducible: Always
Steps to Reproduce:
1. Open a bug.
2. Click on Severity.
Actual Results:
You're not landing at the severity description.
Expected Results:
Dropped you off at the severity description.
| Assignee | ||
Comment 1•21 years ago
|
||
Using 2.18rc1. Patch fixes the problem. Worksforme.
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Bugzilla 2.18
Comment 2•21 years ago
|
||
Comment on attachment 152923 [details] [diff] [review]
severity.patch
r=gerv.
Gerv
Attachment #152923 -
Flags: review?(gerv)
Updated•21 years ago
|
Flags: approval2.18?
Updated•21 years ago
|
Attachment #152923 -
Flags: review?(gerv) → review+
Updated•21 years ago
|
Flags: blocking2.18+
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Hardware: PC → All
Comment 3•21 years ago
|
||
Fixed on trunk and 2.18 branch.
Checking in template/en/default/list/edit-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl,v
<-- edit-multiple.html.tmpl
new revision: 1.17.2.1; previous revision: 1.17
done
Checking in template/en/default/bug/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <--
edit.html.tmpl
new revision: 1.40.2.1; previous revision: 1.40
done
And:
Checking in template/en/default/list/edit-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl,v
<-- edit-multiple.html.tmpl
new revision: 1.19; previous revision: 1.18
done
Checking in template/en/default/bug/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <--
edit.html.tmpl
new revision: 1.43; previous revision: 1.42
done
Gerv
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Assignee: myk → moixa
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
•