Actions
Bug #23241
closedFrontend Editing edit panels are shown for content element types that cannot be edited
Start date:
2010-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In frontend editing (both feedit and feeditadvanced), the only check on content editing permissions is whether tt_content can be edited on the current page or not. This means that a particular content element type may be restricted in the user or group record, but still show editing icons in frontend editing. When the record is clicked to edit, an error message is generated.
Calling $GLOBALS['BE_USER']->recordEditAccessInternals() will tell us if the specific record is truly editable.
(issue imported from #M15189)
Files
Actions