[BUGFIX] isOnSymetricSide must be set by dataprovider
Add a data provider to set isOnSymetricSide on data aggregation and change all calculations to use the new flag in result array. Add parent and topmost parent uid, field and table to result to replace as many InlineStackProcessor calls as possible. Resolves: #71193 Releases: master Change-Id: I8d4ec0b2c855cc42b0d03cb34f0b87f5a08a256a Reviewed-on: https://review.typo3.org/44435 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
Showing
- typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php 17 additions, 0 deletions...t/backend/Classes/Controller/FormInlineAjaxController.php
- typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php 5 additions, 6 deletions.../backend/Classes/Form/Container/InlineRecordContainer.php
- typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php 1 addition, 1 deletion...t/backend/Classes/Form/Container/SingleFieldContainer.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 4 additions, 3 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 10 additions, 7 deletions...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Classes/Form/FormDataCompiler.php 19 additions, 0 deletionstypo3/sysext/backend/Classes/Form/FormDataCompiler.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInline.php 19 additions, 0 deletions...ysext/backend/Classes/Form/FormDataProvider/TcaInline.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInlineIsOnSymmetricSide.php 47 additions, 0 deletions...sses/Form/FormDataProvider/TcaInlineIsOnSymmetricSide.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaInlineIsOnSymmetricSideTest.php 61 additions, 0 deletions.../Form/FormDataProvider/TcaInlineIsOnSymmetricSideTest.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 6 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
Please register or sign in to comment