[FEATURE] Allow exclusion of hidden records on export
Allow editors to exclude all disabled records during export preparation (EXT:impexp). When preparing to export a page tree, users can now: - choose to exclude all disabled records recursively. This is the new default behaviour - toggle all disabled records which are scheduled to be exported (convenience method, this was already possible by manually checking all these records. Resolves: #19157 Releases: master Change-Id: Ibb3534151a9d08cf4a60b54430678563d6feb5be Reviewed-on: https://review.typo3.org/45960 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Reinhard Führicht <rf@typoheads.at> Tested-by:
Reinhard Führicht <rf@typoheads.at> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-19157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst 14 additions, 0 deletions...9157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 30 additions, 4 deletions...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/impexp/Classes/Export.php 3 additions, 0 deletionstypo3/sysext/impexp/Classes/Export.php
- typo3/sysext/impexp/Classes/ImportExport.php 78 additions, 3 deletionstypo3/sysext/impexp/Classes/ImportExport.php
- typo3/sysext/impexp/Resources/Private/Language/locallang.xlf 10 additions, 4 deletionstypo3/sysext/impexp/Resources/Private/Language/locallang.xlf
- typo3/sysext/impexp/Resources/Private/Partials/ContentOverview.html 13 additions, 4 deletions...xt/impexp/Resources/Private/Partials/ContentOverview.html
- typo3/sysext/impexp/Resources/Private/Partials/Export/Configuration.html 7 additions, 1 deletion...pexp/Resources/Private/Partials/Export/Configuration.html
- typo3/sysext/impexp/Resources/Public/JavaScript/ImportExport.js 5 additions, 0 deletions...sysext/impexp/Resources/Public/JavaScript/ImportExport.js
Please register or sign in to comment