Fix broken TCA registration of plugin #17

Merged
DanielSiepmann merged 1 commit from tca into main 2024-02-20 13:50:26 +00:00
DanielSiepmann commented 2024-02-20 11:40:52 +00:00 (Migrated from github.com)

We broke the registerPlugin() call by using lower cased version (the extension key) instead of an UpperCamelCase version (the ExtensionName), as opposed to the configurePlugin() call.
Both calls have to be in sync.

This is now adjusted and removes the need for a workaround to call addTcaSelectItem().

We broke the registerPlugin() call by using lower cased version (the extension key) instead of an UpperCamelCase version (the ExtensionName), as opposed to the configurePlugin() call. Both calls have to be in sync. This is now adjusted and removes the need for a workaround to call addTcaSelectItem().
justusmoroni (Migrated from github.com) approved these changes 2024-02-20 12:29:55 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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/watchlist!17
No description provided.