Project

General

Profile

Actions

Bug #91062

closed

MM select displays not saved items in 9.5.15

Added by Stefan Terborg about 4 years ago. Updated about 4 years ago.

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #90925: Incorrectly selected items in MM select fieldsClosed2020-04-01

Actions
Actions #1

Updated by Georg Ringer about 4 years ago

  • Is duplicate of Bug #90925: Incorrectly selected items in MM select fields added
Actions #2

Updated by Georg Ringer about 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

Also available in: Atom PDF