Actions
Task #84627
closedSimplify security viewhelpers
Start date:
2018-04-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The viewhelpers IfAuthenticatedViewHelper
and IfHasRoleViewHelper
can be simplified by dropping their render()
method. The same logic is already implemented in AbstractConditionViewHelper::renderStatic()
.
Updated by Gerrit Code Review over 6 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/56561
Updated by Gerrit Code Review over 6 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/56561
Updated by Mathias Brodala over 6 years ago
- Subject changed from Simplify security viewhelpers of EXT:backend to Simplify security viewhelpers
The same goes for frontend viewhelpers.
Updated by Mathias Brodala over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c2f3876bae316de368ccedb9ddce1a71ce0c3dbd.
Actions