Closed
Bug 369139
Opened 19 years ago
Closed 16 years ago
Success message for adding a tag is titled "Bugzilla Message"
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: Biesinger, Assigned: wicked)
References
Details
Attachments
(1 file)
|
1.67 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
If I add a named tag to a bug, the resulting page is titled "Bugzilla Message". A less generic title would be nice.
However, even nicer would be if I returned to the bug I was viewing.
(seen on current bmo)
Comment 1•19 years ago
|
||
The reason is that the message_tag == "buglist_updated_named_query" message has no title directive, see global/messages.html.tmpl.
Assignee: create-and-change → query-and-buglist
Severity: normal → trivial
Component: Creating/Changing Bugs → Query/Bug List
| Assignee | ||
Comment 2•16 years ago
|
||
Assignee: query-and-buglist → wicked
Status: NEW → ASSIGNED
Attachment #388185 -
Flags: review?(LpSolit)
Comment 3•16 years ago
|
||
Comment on attachment 388185 [details] [diff] [review]
Add titles to messages, V1
r=LpSolit
Attachment #388185 -
Flags: review?(LpSolit) → review+
Updated•16 years ago
|
Flags: approval3.4+
Flags: approval3.2+
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
| Assignee | ||
Comment 4•16 years ago
|
||
Trunk:
Checking in template/en/default/global/messages.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl,v <-- messages.html.tmpl
new revision: 1.87; previous revision: 1.86
done
3.4 branch:
Checking in template/en/default/global/messages.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl,v <-- messages.html.tmpl
new revision: 1.83.2.2; previous revision: 1.83.2.1
done
3.2 branch:
Checking in template/en/default/global/messages.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl,v <-- messages.html.tmpl
new revision: 1.72.2.2; previous revision: 1.72.2.1
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•