Skip to content
Snippets Groups Projects
Commit 0747f03c authored by Tobi Kretschmann's avatar Tobi Kretschmann Committed by Benni Mack
Browse files

[BUGFIX] correctly resolve saved mm relations in TCA

Using mm tables, the value that is stored in the database does not represent the
uid of the selected item. Much rather it is the amount of selected items.
If three items are selected the value within the database field is "3".
Whereas using multiple select without mm table, it is stored as a
comma-separated list of uids.

Releases: master, 9.5
Resolves: #90925
Change-Id: I110cbf0fd19fab1135958c445a846a1af9c24510
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64062


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Tested-by: default avatarSebastian Hofer <sebastian.hofer@marit.ag>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarSebastian Hofer <sebastian.hofer@marit.ag>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 65e90472
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment