[TASK] Decouple usage of cObject->editPanel and ->editIcons
Both methods within "ContentObjectRenderer->editPanel()" and "ContentObjectRenderer->editIcons()" were built to have "FrontendEditingController" resolve the editing panel (EXT:feedit) which is not needed, so ContentObjectRenderer is calling the extensions itself. For that use, the FrontendBackendUserAuthentication gains functionality for checking if a record can be edited. Resolves: #85972 Releases: master Change-Id: Ic8405fde4cdf5b6d1336fd0925cd0553bae6cf5f Reviewed-on: https://review.typo3.org/58030 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php 119 additions, 0 deletions...ext/backend/Classes/FrontendBackendUserAuthentication.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 81 additions, 20 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
Please register or sign in to comment