[FEATURE] Introduce modal actions
Action buttons in modals created by the `TYPO3/CMS/Backend/Modal` module may now make use of `ImmediateAction` and `DeferredAction`. As an alternative to the existing `trigger` option, the new option `action` may be used with an instance of the previously mentioned modules. A similar feature has been introduced with #89061 for notifications. This patch also implements the feature in the recycler module. Resolves: #90168 Releases: master Change-Id: I3fde2ced31e6bd2b0779524c0aeead17a2edaa49 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63008 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Modal.ts 16 additions, 7 deletions...s/TypeScript/backend/Resources/Public/TypeScript/Modal.ts
- Build/Sources/TypeScript/recycler/Resources/Public/TypeScript/Recycler.ts 10 additions, 10 deletions...peScript/recycler/Resources/Public/TypeScript/Recycler.ts
- typo3/sysext/backend/Resources/Public/JavaScript/Modal.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/Modal.js
- typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst 1 addition, 1 deletion...gelog/10.1/Feature-89061-IntroduceNotificationActions.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-90168-IntroduceModalActions.rst 48 additions, 0 deletions.../Changelog/master/Feature-90168-IntroduceModalActions.rst
- typo3/sysext/recycler/Resources/Public/JavaScript/Recycler.js 1 addition, 1 deletion...3/sysext/recycler/Resources/Public/JavaScript/Recycler.js
Please register or sign in to comment