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.
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
- Target version deleted (
6.2.0) - Estimated time set to 3.00 h
- Complexity set to medium
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 471e4e1a6a414ebc4111f860f0bbeac5ca667334.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44162
Updated by Mathias Schreiber about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset fd1bdd076cd62a81da12fa1f3b32c63c2a5e9ada.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions