[TASK] Move extbase action registration in functional extension #108
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
typo3/events!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "12544_event_ces"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The registration was located in the events_ces extension, where
Content Blocks and templates reside. In order to keep registration
in line with available controllers and actions, the plugin registration
is moved here. There is no sensible way for the output extension
to change anything on the functionality anyway, so they rightfully
belong here.
Resolves: #12544
Assisted-by: Claude Opus 4.8 noreply@anthropic.com
@ -13,3 +22,3 @@}$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = '^events_search';// All CEs share the `events` plugin namespace (set in TypoScript); the executing controllerEXT:events doesn't know anything about events_ces. So this comment feels a bit strange. I also don't see a reason for this comment at all.
f0d0acaa18ba64bb0273New commits pushed, approval review dismissed automatically according to repository settings