Closed
Bug 292022
Opened 20 years ago
Closed 20 years ago
RFE - allow multiple requests at once
Categories
(Bugzilla :: Attachments & Requests, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: j-warren, Assigned: myk)
References
Details
Attachments
(1 file)
6.55 KB,
patch
|
bugreport
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
The "Add CC:" field allows a user to specify a comma-delimited list of strings
to be matched for bugzilla accounts to be added. The flag requests field only
allows a single entry (not comma delimited). Would be nice if you could specify
a comma-delimited list of requestees in that field to avoid having to re-submit
changes.
Reproducible: Always
Steps to Reproduce:
Updated•20 years ago
|
Blocks: rt-clean-up
Status: UNCONFIRMED → NEW
Component: Bugzilla-General → Attachments & Requests
Ever confirmed: true
Summary: WBNI flags requests allowed comma-delimited list → RFE - allow multiple requests at once
Version: unspecified → 2.19.2
Updated•20 years ago
|
Assignee: general → attach-and-request
Assignee | ||
Comment 1•20 years ago
|
||
Here's a patch that implements the feature. You can enter multiple addresses
into a flag's requestee field, and a flag will be created for each address. If
you do this for an existing request, the existing request will take the first
address (which means it won't change if that address is the existing
requestee), and new requests will be created for each additional address.
Assignee: attach-and-request → myk
Status: NEW → ASSIGNED
Attachment #193235 -
Flags: review?(bugreport)
Updated•20 years ago
|
Attachment #193235 -
Flags: review?(bugreport) → review+
Updated•20 years ago
|
Flags: approval?
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.22
Assignee | ||
Comment 2•20 years ago
|
||
Thanks Joel!
Checking in Bugzilla/Flag.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Flag.pm,v <-- Flag.pm
new revision: 1.50; previous revision: 1.49
done
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.279; previous revision: 1.278
done
Checking in attachment.cgi;
/cvsroot/mozilla/webtools/bugzilla/attachment.cgi,v <-- attachment.cgi
new revision: 1.93; previous revision: 1.92
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Flags: approval? → approval+
Resolution: --- → FIXED
![]() |
||
Comment 3•20 years ago
|
||
My vote to back out this patch! It looks like a big hack and has several issues,
see bug 305771 and bug 305773.
I think existing flags should not accept several requestees; this doesn't make
sense.
Comment 4•20 years ago
|
||
Ack! Sounds like it needs to back out unless myk has a quick fix.
Assignee | ||
Comment 5•20 years ago
|
||
I fixed one regression and am working on a fix for the other. I see no need to
back this out. It's not a hack at all.
![]() |
||
Comment 7•19 years ago
|
||
*** Bug 353755 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•