[TASK] FormEngine: Allow for selective processing of TCA columns
Add providers that take care of selecting the columns that need to be processed for the given form data group. This allows removing all columns not explicitly required by a prior provider (or manually filling the list), streamlining the amount of work that needs to be done. Resolves: #70504 Releases: master Change-Id: I91ddb79ff929191b9c24047e870893a8cec207a1 Reviewed-on: http://review.typo3.org/43923 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Form/FormDataCompiler.php 2 additions, 0 deletionstypo3/sysext/backend/Classes/Form/FormDataCompiler.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsProcessCommon.php 65 additions, 0 deletions...Classes/Form/FormDataProvider/TcaColumnsProcessCommon.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsProcessPlaceholders.php 64 additions, 0 deletions...s/Form/FormDataProvider/TcaColumnsProcessPlaceholders.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsProcessRecordTitle.php 49 additions, 0 deletions...es/Form/FormDataProvider/TcaColumnsProcessRecordTitle.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsProcessShowitem.php 6 additions, 24 deletions...asses/Form/FormDataProvider/TcaColumnsProcessShowitem.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsRemoveUnused.php 43 additions, 0 deletions.../Classes/Form/FormDataProvider/TcaColumnsRemoveUnused.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInputPlaceholders.php 4 additions, 2 deletions...nd/Classes/Form/FormDataProvider/TcaInputPlaceholders.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessCommonTest.php 148 additions, 0 deletions...nit/Form/FormDataProvider/TcaColumnsProcessCommonTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessPlaceholdersTest.php 105 additions, 0 deletions...rm/FormDataProvider/TcaColumnsProcessPlaceholdersTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessRecordTitleTest.php 75 additions, 0 deletions...orm/FormDataProvider/TcaColumnsProcessRecordTitleTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessShowitemTest.php 15 additions, 110 deletions...t/Form/FormDataProvider/TcaColumnsProcessShowitemTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsRemoveUnusedTest.php 68 additions, 0 deletions...Unit/Form/FormDataProvider/TcaColumnsRemoveUnusedTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaInputPlaceholdersTest.php 35 additions, 5 deletions...s/Unit/Form/FormDataProvider/TcaInputPlaceholdersTest.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 40 additions, 11 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
Please register or sign in to comment