Fix broken TCA registration of plugin #17
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
typo3/watchlist!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tca"
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?
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().