Bug #18748
closedFrontend Editing: Delete icon disappears when in Draft workspace
0%
Description
Steps to reproduce:
Goto Draft workspace (or any other non-live Workspace)
Open Frontend, with enabled frontend editing
Now all records have no delete- and hide-buttons, whereas in the backend, this buttons work. So it's not a problem with privileges.
When I'm in the live-workspace, the delete and hide buttons appear again.
(issue imported from #M8331)
Updated by Florian Richter over 16 years ago
Found the corresonding line:
typo3/sysext/cms/tslib/class.tslib_content.php, line 7100
if (isset($allow['delete']) && $BE_USER->workspace===0 && !$dataArr['_LOCALIZED_UID']) { // Hiding in workspaces because implementation is incomplete, Hiding for localizations because it is unknown what should be the function in that case
I'm not sure about sideeffects, but removing "&& $BE_USER->workspace===0" works fine for me.
Some lines above, there's also a similar line for the hide-button.
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.