View Issue Details

IDProjectCategoryView StatusLast Update
0010035mantisbtcustom fieldspublic2009-04-20 09:49
Reportermwittke Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWin32/IISOSWindows 2003 Server & IIS6OS Version2003R2 SP1
Product Version1.1.6 
Target Version1.1.7Fixed in Version1.1.7 
Summary0010035: Custom multi-selection list fields don't allow deselection
Description

If you have a custom field of type multi-selection list, there is no way to remove a selected item. A possible workaround is to add an empty item to the list, but this is not so nice.

TagsNo tags attached.
Attached Files
mantis-msl-01.png (27,833 bytes)   
mantis-msl-01.png (27,833 bytes)   

Relationships

has duplicate 0010254 closedthraxisp Unable to remove all values from a multi-value custom field 

Activities

jreese

jreese

2009-01-09 11:58

reporter   ~0020563

Have you tried holding down the Control key while clicking on the one selected item in the list? This is the standard method for browsers and other applications to select or deselect items in multi-select list boxes.

mwittke

mwittke

2009-01-12 03:18

reporter   ~0020584

Yes, the browser supports the deselection. However, Mantis won't delete the selection. After reloading the page, it will be there again.

jreese

jreese

2009-01-13 11:07

reporter   ~0020607

OK, thank you. Targetting for 1.1.7.

jreese

jreese

2009-03-02 13:24

reporter   ~0020977

Reminder sent to: thraxisp

Glenn, perhaps this is related to the recent changes to how custom fields are processed?

thraxisp

thraxisp

2009-03-02 20:04

reporter   ~0020981

I retested this with the latest git on both 1.1.x and 1.2.x branches. It appears to work.

mwittke

mwittke

2009-03-03 02:07

reporter   ~0020984

Is there a instance available, where I can review the fix? Unfortunately there's currently no time to set up my own...

milliams

milliams

2009-04-04 13:03

reporter   ~0021394

Testing with latest 1.2.x trunk I can confirm that one can remove any entry from the list as long as at least one is left. It seems it is impossible to remove all selections (as reported in 0010254).

thraxisp

thraxisp

2009-04-14 20:17

reporter   ~0021537

I added a patch for both 1.1.7 and 1.2.x to fix this corner case.