Bug #76924
closedSuggest wirzd: selectMultipleSideBySide does not remove added element from right column (available)
0%
Description
Using suggest wizard in combination with selectMultipleSideBySide works and adds the element to the left column.
However, the elemnt is not removed from the right column.
Not sure, if the suggest wizard shouldn't actually check if the element is in the right column before adding.
After all it could already have been added prior (duplicate).
Updated by Andreas Allacher over 8 years ago
Tested this in a FlexForm select field with 7.6.9
<settings.test> <TCEforms> <label>LLL:EXT:test/Resources/Private/Language/locallang_be.xlf:flexForm.settings.test</label> <config> <type>select</type> <renderType>selectMultipleSideBySide</renderType> <foreign_table>tx_test_domain_model_test</foreign_table> <size>1</size> <maxitems>9999</maxitems> <minitems>1</minitems> <multiple>1</multiple> <autoSizeMax>30</autoSizeMax> <size>10</size> <show_thumbs>1</show_thumbs> <wizards> <suggest> <type>suggest</type> </suggest> </wizards> </config> </TCEforms> </settings.test>
Updated by Georg Dümmler about 7 years ago
I think your problem is another.
At first i thought i have the same bug .. you have used 'multiple'.
The 'multiple' option does not say you can select multiple elements, it says you can select any element multiple times.
So, remove the 'multiple' option it and it will work :)
Updated by Andreas Allacher over 6 years ago
Oops, you are right, of course :)
I guess we can therefore close this.
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Closed
Andreas, thank you for your feedback and sorry for the long wait.
I close this one for now. If you think that this is the wrong decision or the issue comes out again, please reopen it or open a new issue with a reference to this one.
Thanks again.