Closed
Bug 1037571
Opened 11 years ago
Closed 11 years ago
Change Several Bugs at Once Does Not Allow Modification of the QA Whiteboard
Categories
(bugzilla.mozilla.org :: Administration, task)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jsmith, Assigned: glob)
Details
Attachments
(1 file)
2.38 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
The change several bugs at once function does not allow a user to do a mass modification of the QA whiteboard. This is slowing down some QA triage processes.
this was an interesting one to track down.
the wrong object was being passed to the field template, resulting in the field template treating the field as not being visible on any products.
i also noticed cf_last_resolved is now editable via edit-multiple, so this patch also includes a fix for that.
Attachment #8456244 -
Flags: review?(dkl)
Comment 2•11 years ago
|
||
Comment on attachment 8456244 [details] [diff] [review]
1037571_1.patch
Review of attachment 8456244 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8456244 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
aa7f123..b2af966 master -> master
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Byron Jones ‹:glob› from comment #3)
> To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
> aa7f123..b2af966 master -> master
Question - When should I see this deployed? I can still reproduce the bug on today's production BMO.
Flags: needinfo?(glob)
(In reply to Jason Smith [:jsmith] from comment #4)
> Question - When should I see this deployed? I can still reproduce the bug on
> today's production BMO.
this fix was deployed today, and i can see the qa-whiteboard when editing multiple bugs.
if you are still seeing problems, please file a new bug with steps to reproduce.
Flags: needinfo?(glob)
Reporter | ||
Comment 6•11 years ago
|
||
(In reply to Byron Jones ‹:glob› from comment #5)
> (In reply to Jason Smith [:jsmith] from comment #4)
> > Question - When should I see this deployed? I can still reproduce the bug on
> > today's production BMO.
>
> this fix was deployed today, and i can see the qa-whiteboard when editing
> multiple bugs.
> if you are still seeing problems, please file a new bug with steps to
> reproduce.
Ah ha. Just rechecked - you are right. I can see the QA whiteboard now. Thanks.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•