Project

General

Profile

Actions

Bug #82461

closed

Story #69617: FormEngine bugs

Backend/TCA: fieldControl->addRecord removes old relations after creating an new entry in the foreign table for the new relation

Added by Dieter Porth over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-09-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 8.7.6.: I have a problem with the addRecord-Wizard (fieldControl) in a MN-Relation.

given:
I have defined two relations.

when:
If I press the plus near the selectMulipleSideBySide-Element in the backend, I can create a new record for a new relation.

mistake:
After saving the new record, the new relation to the new record will replace the old two relations.

expected:
After saving the new record, I will see three (= one new + two old) relations.

I testet the option in fieldControl with 'append' and 'prepend' in 'setValue: in TCA
I changed variated multiple to 1

See TCA-example for Relationfield

            'study_programs' => array(
            'exclude' => 1,
            'label' => 'LLL:EXT:... study_programs',
            'config' => array(
                'type' => 'select',
                'renderType' => 'selectMultipleSideBySide',
                'foreign_table' => 'tx_..',
                'MM' => 'tx_...,
...
                'multiple' => 0,
                'fieldControl' => [
                    'editPopup' => [
                        'disabled' => false,
                        'options' => [
                            'title' => 'Edit The selected record!',
                        ],
                    ],
                    'addRecord' => [
                        'disabled' => false,
                        'renderType' => 'addRecord',
                        'options' => [
                            'title' => 'Definiere ',
                            'setValue' => 'append',
                            'pid' => '###CURRENT_PID###',
                        ],
                    ],
                ],
            ),
        ),


Files

typo3-cms_82461.patch (3.15 KB) typo3-cms_82461.patch Dmitry Dulepov, 2018-08-03 12:31

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #81855: Add new record wizard fails on Save&Close with "select" field and MM settedClosed2017-07-13

Actions
Related to TYPO3 Core - Bug #76863: MM Relation with selectMultipleSideBySide Field - Add wizard resets the MM RelationClosedThomas Hohn2016-06-29

Actions
Related to TYPO3 Core - Bug #84208: TCA: using addRecord in a selectMultipleSideBySide select field overwrites existing dataClosed2018-03-12

Actions
Is duplicate of TYPO3 Core - Bug #82016: Wizards add still not working with MMClosed2017-08-01

Actions
Actions

Also available in: Atom PDF