#12563 closed defect (fixed)
Problem with similar values when populating fields in ticket modification page
Reported by: | wbeaucha | Owned by: | Olli Kallioinen |
---|---|---|---|
Priority: | normal | Component: | MultiSelectFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Problem with similar values when populating fields in ticket modification page. If you have two field values that are similar like "TEST" and "TEST123" in the multiselect box, and you pick only "TEST" when creating the ticket, then modify the ticket, you will see "TEST" and "TEST123" are selected in the multiselect box. Similarly if you have two field values "TEST and "TEST 123" and you pick either one (not both), then both will show up when modifying the ticket. Can you please resolve this? Thanks!
I am using Trac 1.0.9 on a windows server.
Attachments (0)
Change History (4)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
I needed to add the following to make it look the way it did previously.
[multiselectfield] simple_selection = true
After adding that I tested the fix and it works well now.
The new default look with the list takes up a lot of room on the screen and once you select a value you cannot remove it. On the MultiSelectFieldPlugin page it says the default look is a "standard html multiselection box" but to me it shows up as an html bullet list under the field's text box.
comment:3 Changed 9 years ago by
Make sure to do a hard refresh of the page in your browser. The old versions of static resources are probably still cached.
comment:4 Changed 9 years ago by
I refreshed it and the default look works fine now, nice work, thank you!
Thanks for reporting the issue. This is now fixed in the latest version (by change [15006]).