Closed
Bug 427226
Opened 17 years ago
Closed 17 years ago
Do not display the requestee field if the flag is not requestable
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(2 files)
|
2.48 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
|
1.55 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Currently, flag/list.html.tmpl only looks for flag.is_requesteeble to decide if the requestee field should be displayed or not. But if the flag is not requestable (flag.is_requestable), you cannot select the "?" status anyway and so you won't be able to edit the requestee field. So it's useless and confusing to display it.
r/a=me as module owner.
Flags: approval+
Attachment #313806 -
Flags: review+
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #313807 -
Flags: review+
| Assignee | ||
Updated•17 years ago
|
Flags: approval3.0+
| Assignee | ||
Comment 2•17 years ago
|
||
tip:
Checking in template/en/default/flag/list.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/flag/list.html.tmpl,v <-- list.html.tmpl
new revision: 1.31; previous revision: 1.30
done
3.0.3:
Checking in template/en/default/flag/list.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/flag/list.html.tmpl,v <-- list.html.tmpl
new revision: 1.27.2.2; previous revision: 1.27.2.1
done
You need to log in
before you can comment on or make changes to this bug.
Description
•