[TASK] Move extbase action registration in functional extension #108

Merged
Anja Leichsenring merged 1 commit from 12544_event_ces into main 2026-07-21 10:39:14 +00:00

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

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>
[TASK] Move extbase action registration in functional extension
Some checks failed
CI / base-qa (pull_request) Successful in 18s
CI / advanced-qa (82, ^13.4) (pull_request) Failing after 1m57s
CI / advanced-qa (82, ^14.3) (pull_request) Failing after 2m7s
CI / advanced-qa (83, ^13.4) (pull_request) Failing after 1m52s
CI / advanced-qa (83, ^14.3) (pull_request) Failing after 2m7s
CI / advanced-qa (84, ^13.4) (pull_request) Failing after 1m55s
CI / advanced-qa (84, ^14.3) (pull_request) Failing after 2m4s
CI / advanced-qa (85, ^13.4) (pull_request) Failing after 1m57s
CI / advanced-qa (85, ^14.3) (pull_request) Failing after 2m4s
f0d0acaa18
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>
Daniel Siepmann approved these changes 2026-07-21 08:58:42 +00:00
Dismissed
@ -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 controller

EXT: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.

EXT: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.
aleichsenring marked this conversation as resolved
Anja Leichsenring force-pushed 12544_event_ces from f0d0acaa18
Some checks failed
CI / base-qa (pull_request) Successful in 18s
CI / advanced-qa (82, ^13.4) (pull_request) Failing after 1m57s
CI / advanced-qa (82, ^14.3) (pull_request) Failing after 2m7s
CI / advanced-qa (83, ^13.4) (pull_request) Failing after 1m52s
CI / advanced-qa (83, ^14.3) (pull_request) Failing after 2m7s
CI / advanced-qa (84, ^13.4) (pull_request) Failing after 1m55s
CI / advanced-qa (84, ^14.3) (pull_request) Failing after 2m4s
CI / advanced-qa (85, ^13.4) (pull_request) Failing after 1m57s
CI / advanced-qa (85, ^14.3) (pull_request) Failing after 2m4s
to ba64bb0273
All checks were successful
CI / base-qa (pull_request) Successful in 28s
CI / advanced-qa (82, ^13.4) (pull_request) Successful in 2m0s
CI / advanced-qa (82, ^14.3) (pull_request) Successful in 2m11s
CI / advanced-qa (83, ^13.4) (pull_request) Successful in 1m57s
CI / advanced-qa (83, ^14.3) (pull_request) Successful in 2m14s
CI / advanced-qa (84, ^13.4) (pull_request) Successful in 2m2s
CI / advanced-qa (84, ^14.3) (pull_request) Successful in 2m2s
CI / advanced-qa (85, ^13.4) (pull_request) Successful in 1m57s
CI / advanced-qa (85, ^14.3) (pull_request) Successful in 1m57s
CI / base-qa (push) Successful in 25s
CI / advanced-qa (82, ^14.3) (push) Successful in 2m7s
CI / advanced-qa (82, ^13.4) (push) Successful in 2m11s
CI / advanced-qa (83, ^13.4) (push) Successful in 2m0s
CI / advanced-qa (83, ^14.3) (push) Successful in 2m12s
CI / advanced-qa (84, ^13.4) (push) Successful in 2m3s
CI / advanced-qa (84, ^14.3) (push) Successful in 2m3s
CI / advanced-qa (85, ^13.4) (push) Successful in 1m54s
CI / advanced-qa (85, ^14.3) (push) Successful in 1m58s
2026-07-21 10:28:23 +00:00
Compare
Anja Leichsenring dismissed dsiepmann's review 2026-07-21 10:28:23 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

Anja Leichsenring deleted branch 12544_event_ces 2026-07-21 10:39:14 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
typo3/events!108
No description provided.