[TASK] Split up "new page" functionality into separate action
Previously, the "pagesOnly" argument was used to link to the PagePositionMap for new pages. This is now resolved by using an actual separate route "db_new_pages" to link to the PagePositionMap to avoid the "special" handling of "pagesOnly", which still works but creates a redirect to the new route. Resolves: #95408 Releases: master Change-Id: I5f9c22751d21c976fff218d942d8674676a64b2c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71337 Tested-by:core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ContextMenuActions.ts 2 additions, 1 deletion...backend/Resources/Public/TypeScript/ContextMenuActions.ts
- typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php 6 additions, 0 deletions...ackend/Classes/ContextMenu/ItemProviders/PageProvider.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 58 additions, 78 deletions...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Configuration/Backend/Routes.php 5 additions, 0 deletionstypo3/sysext/backend/Configuration/Backend/Routes.php
- typo3/sysext/backend/Resources/Private/Templates/NewPagePosition.html 3 additions, 0 deletions.../backend/Resources/Private/Templates/NewPagePosition.html
- typo3/sysext/backend/Resources/Private/Templates/NewRecord.html 0 additions, 4 deletions...sysext/backend/Resources/Private/Templates/NewRecord.html
- typo3/sysext/backend/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 2 additions, 2 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
Please register or sign in to comment