Actions
Bug #24231
closedtcaTree: Move the ACL-Checks out from Data-Provider and use the information from tceFroms
Start date:
2010-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
RFC 16510 introduced ACL checks like "normal select" fields.
In some cases this information calculated inside the DataProvider was not accessible. Furthermore this information already has been rendered by tceForms before calling the Tree Class.
Since this might be quite an efford on bigger trees we should not double the work and use the information already calculated.
Attached patch moves the checks out of the dataprovider and reuses the tceForms calculated
(issue imported from #M16600)
Actions