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)

2.18
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 255428

People

(Reporter: john, Assigned: myk)

Details

Attachments

(1 file)

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
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).
Is this a duplicate of bug 255428?
Ah yes it is, but my patch is complete. (I did search for existing bugs, must've searched for the wrong things)
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?
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
In response to comment #5: HTML 4.01 states "multiple" doesn't take a value.
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: