Actions
Bug #91062
closedMM select displays not saved items in 9.5.15
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-04-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using a MM select with renderType selectMultipleSideBySide the left field shows the first element of the right field although that element is not saved.
TCA config:
... 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', 'foreign_table' => 'tx_myextension_domain_model_mymodel', 'MM' => 'tx_myextension_pages_mymodel_mm', 'foreign_table_where' => 'ORDER BY title ASC' ] ...
Expected behaviour: show only the selected and saved items in left field
Actual behaviour: shows the selected and saved items plus the first of the not saved items from the right field
This happens in 9.5.15 but not in 9.5.14
Updated by Georg Ringer over 4 years ago
- Is duplicate of Bug #90925: Incorrectly selected items in MM select fields added
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
thanks for the report. this is a duplicate of #90925 which already been merged and will be included in the next release.
Actions