Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 8 years ago by Olli Kallioinen

Resolution: fixed
Status: newclosed

Thanks for reporting the issue. This is now fixed in the latest version (by change [15006]).

comment:2 Changed 8 years ago by wbeaucha

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.

Last edited 8 years ago by wbeaucha (previous) (diff)

comment:3 Changed 8 years ago by Ryan J Ollos

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 8 years ago by wbeaucha

I refreshed it and the default look works fine now, nice work, thank you!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Olli Kallioinen.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.