[TASK] Invoke "Clear Page cache" in page and list module via ajax
* Add a message for the user * Adjust context menu to new route * Split functionality in an own controller class Resolves: #88718 Releases: master Change-Id: Ibb96e4f5770004be54fee0f50a335db8f3282759 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61245 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ContextMenuActions.ts 18 additions, 3 deletions...backend/Resources/Public/TypeScript/ContextMenuActions.ts
- Build/Sources/TypeScript/recordlist/Resources/Public/TypeScript/ClearCache.ts 51 additions, 0 deletions...ript/recordlist/Resources/Public/TypeScript/ClearCache.ts
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 4 additions, 23 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php 93 additions, 0 deletions...ecordlist/Classes/Controller/ClearPageCacheController.php
- typo3/sysext/recordlist/Classes/Controller/RecordListController.php 1 addition, 21 deletions...xt/recordlist/Classes/Controller/RecordListController.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 10 additions, 6 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/recordlist/Configuration/Backend/AjaxRoutes.php 10 additions, 0 deletionstypo3/sysext/recordlist/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/recordlist/Resources/Private/Language/locallang.xlf 9 additions, 0 deletions...ysext/recordlist/Resources/Private/Language/locallang.xlf
- typo3/sysext/recordlist/Resources/Public/JavaScript/ClearCache.js 13 additions, 0 deletions...sext/recordlist/Resources/Public/JavaScript/ClearCache.js
Please register or sign in to comment