Actions
Bug #50618
closedDrag & Drop of content elements does not respect permissions
Start date:
2013-08-01
Due date:
% Done:
100%
Estimated time:
3.00 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
When the user has no permission to edit content in a page the drag and drop function for content elements is still active.
Additionally, when a content element is moved around without having the permission, the user does not get any error.
The AJAX request to ajax.php?ajaxID=ExtDirect::routenamespace=TYPO3.Components.DragAndDrop
returns success:
[{"tid":2,"action":"CommandController","method":"moveContentElement","type":"rpc","result":{"success":true},"debug":""}]
When the user reloads the page, the content element is on its old position. This is very confusing.
Actions