Project

General

Profile

Actions

Bug #18748

closed

Frontend Editing: Delete icon disappears when in Draft workspace

Added by Florian Richter about 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions #1

Updated by Florian Richter almost 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.

Actions #2

Updated by Alexander Opitz almost 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)?

Actions #3

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF