[FEATURE] Add event after record published in workspaces
A new PSR-14 event has been added to allow extension developers to react on record publishing in workspaces. The event does not allow any modifications, but provides context related information, such as the table name, the current workspace and the record uid. Resolves: #99430 Releases: main Change-Id: I56a75c86b26d7af169c2531f93d0c0a2f4f1ee02 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77210 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/core/Documentation/Changelog/12.2/Feature-99430-AddEventAfterRecordPublishingInWorkspaces.rst 58 additions, 0 deletions...ature-99430-AddEventAfterRecordPublishingInWorkspaces.rst
- typo3/sysext/workspaces/Classes/Event/AfterRecordPublishedEvent.php 46 additions, 0 deletions...xt/workspaces/Classes/Event/AfterRecordPublishedEvent.php
- typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php 8 additions, 0 deletionstypo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
- typo3/sysext/workspaces/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/workspaces/Configuration/Services.yaml
- typo3/sysext/workspaces/Tests/Functional/Hook/DataHandlerHookTest.php 38 additions, 0 deletions.../workspaces/Tests/Functional/Hook/DataHandlerHookTest.php
- typo3/sysext/workspaces/Tests/Unit/Event/AfterRecordPublishedEventTest.php 40 additions, 0 deletions...spaces/Tests/Unit/Event/AfterRecordPublishedEventTest.php
Please register or sign in to comment