Closed
Bug 608179
Opened 15 years ago
Closed 15 years ago
Flags do not appear on the attachment create page
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 600516
People
(Reporter: guy.pyrzak, Unassigned)
References
()
Details
(Keywords: regression)
Flags no longer appear on the attachment create page due to TUI and expert_fields class being added to many rows that are on the attachment create page.
Updated•15 years ago
|
Target Milestone: --- → Bugzilla 4.2
Comment 1•15 years ago
|
||
Well, I will need more steps to reproduce than that. I can see all flags by following your URL.
Comment 2•15 years ago
|
||
Ah ok, I see. That's because you first have to click "Hide Advanced Fields" in enter_bug.cgi.
Comment 3•15 years ago
|
||
Hum, the reason flags are hidden is because the same template to add attachments is used when creating a new bug, where we really want to hide flags and other attachment attributes when "Hide Advanced Fields" is clicked. So probably we shouldn't set the class "expert_fields" in this template when bugid is defined.
Depends on: 119703
Keywords: regression
Comment 4•15 years ago
|
||
Actually, this is a dupe.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Target Milestone: Bugzilla 4.2 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•