Closed
Bug 1233878
Opened 9 years ago
Closed 9 years ago
tracking flags don't show up in the view of the bug right after filing
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dylan)
Details
Attachments
(1 file)
847 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
I just filed bug 1233873, and then realized that I wanted to nominate it for tracking46. I was looking at the view of the bug that showed up right after I submitted it, and I couldn't find where to do this.
Then when I reloaded the bug by clicking on the bug number link, the UI (the "Firefox Tracking Flags" section) showed up.
The tracking flags should show up in all views of the bug rather than being mysteriously missing (and confusing me as to where they are in the new UI) in some views of the UI.
I'm using the new UI (i.e., "Use experimental user interface": "On" in https://bugzilla.mozilla.org/userprefs.cgi?tab=settings ).
Assignee | ||
Comment 1•9 years ago
|
||
Bug confirmed. It looks like the modal template does not recognize the firefox-ness of newly filed bugs.
Assignee: nobody → dylan
Comment 2•9 years ago
|
||
That new experimental UI is weird. I can see the tracking flags but not change them (e.g., there's no way I could set "seamonkey-2.42: affected" on bug 1233744); also, the INCOMPLETE and WORKSFORME resolutions seem to have disappeared. (I have editbugs and I tried while logged-in.) The latter is of course a different bug.
Comment 3•9 years ago
|
||
oops, 2.43: affected
Comment 4•9 years ago
|
||
ah, sorry: to change anything in the bug header I have to first click "Edit" near top right. Score 1 against discoverability.
Assignee | ||
Comment 5•9 years ago
|
||
Update: I think that $vars->{tracking_flags} is getting overriden by later calls to the template_before_process extension hook.
Thus it ends up being empty on any edit view coming from process_bug.cgi.
Should have a fix on this today.
Assignee | ||
Comment 6•9 years ago
|
||
It's a bit hard to tell if this is working, as tracking flags are a bit wonky on my local system. But I think this is right.
Attachment #8702938 -
Flags: review?(dkl)
Comment 7•9 years ago
|
||
Comment on attachment 8702938 [details] [diff] [review]
1233878_2.patch
Review of attachment 8702938 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8702938 -
Flags: review?(dkl) → review+
Assignee | ||
Comment 8•9 years ago
|
||
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
16176cb..efe494e master -> master
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: TrackingFlags → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•