Project

General

Profile

Actions

Bug #29779

closed

Sometimes editor gets an permission error in workspace module

Added by Sonja Schubert over 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-09-14
Due date:
% Done:

0%

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

Description

Sometimes, an editor gets an permission error when trying to delete a workspace change via workspace module.

Error message is "No permission", the deletion is performed nevertheless which is OK because the editor itself creates the workspace change and is definitely allowed to do this. Only the error message is annoying.

Unfortunately I can not reproduce the error message every time, so i can not give more information at the moment. Maybe someone else has the same problem and more information?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17065: Impossible to delete version from Live Workspace !Closed2007-03-01

Actions
Actions #1

Updated by Stefan Neufeind over 12 years ago

Could it be this is due to insufficient permissions in the live-workspace?

Code-path for the deletion:
JS calls workspaces/Classes/ExtDirect/ActionHandler.php, deleteSingleRecord().
That has a TCA-action:
$cmd[$table][$uid]['version'] = array(
'action' => 'clearWSID'
);

This happens in version/class.tx_version_tcemain.php and the function-header of version_clearWSID() says:
"Release version from this workspace (and into "Live" workspace but as an offline version)"

Actions #2

Updated by Tolleiv Nietsch about 12 years ago

  • Status changed from New to Needs Feedback

Any updates / patches for this upcoming?

Actions #3

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #5

Updated by Alexander Opitz about 10 years ago

  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?

Actions #6

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF