Actions
Bug #90999
closedselectMultipleSideBySide adds non selected items
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-04-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
selectMultipleSideBySide mm
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Since 9.5.15 selectMultipleSideBySide fails. It adds non-selected items on saving an object via Backend. It works fine with 9.5.13.
Steps
1. Create a new object with a MM relation (to a translatable object)
2. Add an item by selecting it from the selectMultipleSideBySide view
3. Save the item
The saving is correct, but the rendering adds a random item from the list. On next save the automatically added item is stored as well, resulting in an unwanted link to an additional object.
Updated by Christian Eßl over 4 years ago
- Related to Bug #90925: Incorrectly selected items in MM select fields added
Updated by Christian Eßl over 4 years ago
- Status changed from New to Closed
Yes, that is a nasty regression that came with the 9.5.15 update. There is an open issue already for the problem here: https://forge.typo3.org/issues/90925 (and a patch to try out and review)
So I'll close this one as duplicate.
Actions