Closed
Bug 303899
Opened 20 years ago
Closed 20 years ago
Allow changing Status Whiteboard when when editing multiple bugs
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: matisse, Assigned: matisse)
References
Details
Attachments
(1 file)
874 bytes,
patch
|
jouni
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier:
This is a Request for Enhancement.
I'm providing a patch against template/en/default/list/edit-multiple.html.tmpl
revision 1.17.2.4
This idea is to simple add status_whiteboard to the list of things you can
change when doing an edit-multiple.
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•20 years ago
|
||
Adds Status Whiteboard to fields you can change when doing an edit-multiple.
Pathc was made against template/en/default/list/edit-multiple.html.tmpl
revision 1.17.2.4
Comment 2•20 years ago
|
||
Make sure you ask for review for your patch:
http://www.bugzilla.org/docs/contributor.html#review
Assignee | ||
Updated•20 years ago
|
Attachment #191970 -
Flags: review?(jouni)
Assignee | ||
Comment 3•20 years ago
|
||
Thanbks, done - set review flag to ? for jouni@heikniemi.net
Comment 4•20 years ago
|
||
I've reviewed this and tested it and it looks OK, but I wonder if we should
provide this option all the time or only if the status whiteboard is displayed
in the column list.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 5•20 years ago
|
||
(In reply to comment #4)
> I wonder if we should
> provide this option all the time or only if the status whiteboard is displayed
> in the column list.
That's an interesting idea. It is different though from the behavior for
Product, Platform, Component, Milestone, etc. which all are changeable in
edit-multiple without having to be present in the column list.
Comment 6•20 years ago
|
||
Is this a duplicate of bug 193277, or perhaps the other way 'round?
Assignee | ||
Comment 7•20 years ago
|
||
(In reply to comment #6)
> Is this a duplicate of bug 193277, or perhaps the other way 'round?
Yup, I think this one is a dup - so if someone wants to resolve this as a
duplicate that's fine with me.
Comment 8•20 years ago
|
||
Comment on attachment 191970 [details] [diff] [review]
Proposed patch to template/en/default/list/edit-multiple.html.tmpl
r=jouni
FWIW, I don't think it's necessary to make the visibility of the field
dependent on the column settings. Although it does make sense from a certain
point of view, there's no particular need to be inconsistent here - the
situation is perhaps even worse with keywords.
Attachment #191970 -
Flags: review?(jouni) → review+
Comment 9•20 years ago
|
||
*** Bug 193277 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Assignee: create-and-change → matisse
Flags: approval?
Assignee | ||
Comment 10•20 years ago
|
||
So I see this has been assigned to me, which is fine, but I don't know what to
do next - do I have commit priveleges to the CVS repository? And if so, which
branch do I commit to?
Status: NEW → ASSIGNED
Comment 11•20 years ago
|
||
The assignment to you is for record-keeping at this point, because that way it
shows the author of the patch when you look up the bug. Someone else will be
happy to check it in for you since you don't have check-in privs.
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.22
Comment 12•20 years ago
|
||
(In reply to comment #10)
> So I see this has been assigned to me, which is fine, but I don't know what to
> do next - do I have commit priveleges to the CVS repository? And if so, which
> branch do I commit to?
The usual behavior is that you can ask the reviewer to check the patch in; in
this case I was going to, but you were fast enough to ask first. Fixed now
anyway. Thanks for the patch!
Checking in template/en/default/list/edit-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl,v
<-- edit-multiple.html.tmpl
new revision: 1.27; previous revision: 1.26
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•