Actions
Task #90944
openitemsProcFunc should allow multiple items processors
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2020-04-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, the TCA setting itemsProcFunc is mutually exclusive and only allows a single itemsProcFunc to be registered at any given time. This means that if extension A defines an itemsProcFunc, extension B must override (remove) that itemsProcFunc to register a different one.
Instead of this, the setting should allow a priority-indexed array of processing functions.
Actions