Closed
Bug 277244
Opened 20 years ago
Closed 20 years ago
User selection field for CC should allow multiple selection
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 255428
People
(Reporter: john, Assigned: myk)
Details
Attachments
(1 file)
2.62 KB,
patch
|
Details | Diff | Splinter Review |
If you have the "usemenuforusers" parameter set to on, the CC field in the
create bug page should allow for multiple selection, as should the "Add CC"
field in the modify bug page.
I'll attach a patch which fixes this, which has minor modifications to:
template/en/default/bug/edit.html.tmpl
template/en/default/bug/create/create.html.tmpl
template/en/default/global/userselect.html.tmpl
Reporter | ||
Comment 1•20 years ago
|
||
Patch for Bugzilla, 2.18 branch.
(Actually run against my local repository, which contains a vendor branch
import of Bugzilla 2.18rc2, but I think it should apply cleanly to the 2.18
branch, and possibly to the tip).
Comment 2•20 years ago
|
||
Is this a duplicate of bug 255428?
Reporter | ||
Comment 3•20 years ago
|
||
Ah yes it is, but my patch is complete.
(I did search for existing bugs, must've searched for the wrong things)
Comment 4•20 years ago
|
||
Comment on attachment 170435 [details] [diff] [review]
Patch for Bugzilla, 2.18 branch
Your patch is very close to what's needed. I took a look and there is only one
thing I noticed:
+ [% IF multiple %] multiple size="[% multiple FILTER html %]" [% END %]
This should be multiple="multiple" to conform to HTML4, right?
Comment 5•20 years ago
|
||
Let's move over to bug 255428 -- it would be really good if you could post a new
patch :)
*** This bug has been marked as a duplicate of 255428 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 6•20 years ago
|
||
In response to comment #5: HTML 4.01 states "multiple" doesn't take a value.
Reporter | ||
Comment 7•20 years ago
|
||
er, comment #4
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•