Bug #29779
closedSometimes editor gets an permission error in workspace module
0%
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?
Updated by Stefan Neufeind about 13 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)"
Updated by Tolleiv Nietsch almost 13 years ago
- Status changed from New to Needs Feedback
Any updates / patches for this upcoming?
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Alexander Opitz over 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)?
Updated by Alexander Opitz over 10 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.