Skip to main content


[TASK] Fix typo in docblock of AfterRecordPublishedEvent

Additionally, add descriptions to the available methods.

Related: #99430
Resolves: #99619
Releases: main
Change-Id: If4f7f8a90258727f1cb0044203fe5a41b3f78a3e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77480
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Nikita Hovratov <nikita.h@live.de>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>



[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>