Discussion:
[TYPO3-english] Extbase: selectMultipleSideBySide allow item mutiple times
Stephan Bauer
2017-12-14 22:01:57 UTC
Permalink
Hello,

I need a selectMultipleSideBySide that allows an item multiple times.
I added the option 'multiple' => 1 and extended the mm table with the
field uid like descripted here:
https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Type/Select.html#id103

In the backend everything works but if I'm fetching the object in the
controller I'm only getting every item once. The duplicate entries are
deleted.

Is there a way to solve this.

Thanks in advance

Regards
Stephan
Stephan Bauer
2017-12-27 11:26:34 UTC
Permalink
I made a little test extension:
http://hosting8098.af933.netcup.net/test/test_multiple_1.0.0_201712271223.zip

Maybe someone could take a look into it.
Post by Stephan Bauer
Hello,
I need a selectMultipleSideBySide that allows an item multiple times.
I added the option 'multiple' => 1 and extended the mm table with the
https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Type/Select.html#id103
In the backend everything works but if I'm fetching the object in the
controller I'm only getting every item once. The duplicate entries are
deleted.
Is there a way to solve this.
Thanks in advance
Regards
Stephan
Loading...