Task #83396
closedsysExt:form FinisherVariableProvider access objects
100%
Description
The structure of the FinisherVariableProvider is very rigid and do not allow to iterate through all iterator variables. Since this class is used for the communication between finishers, there might be a use case when you need to iterate through all finisher variables, without knowing their ids.
The solution is to add a getter:
getObjects() {
return $this->objects;
}
Important keyword: API First
Also, I see no reason why this class should be final. Heck, not a single class in the sysext is final...
Updated by Björn Jacob almost 7 years ago
- Tracker changed from Bug to Task
- TYPO3 Version changed from 8 to 9
I do not consider this as a bug. We cannot change the architecture within a LTS version. We will discuss your issue for v9.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55308
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55308
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55308
Updated by Ralf Zimmermann almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f9cfb3cc7bcfcc97b1f6004c5df97f8eef476f28.