Actions
Bug #68604
closedError on trying to edit selected records in list module
Start date:
2015-07-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Steps to reproduce¶
- Navigate to Web -> List
- Single Table view (click on Header)
- Select Clipboard 1, 2 or 3
- Select two (or more) records
- Click Pencil Icon „Edit marked“
The error message
Sorry, you didn't have proper permissions to perform this change.shows up twice on the DocHeader (regardless how many records you select btw.)
Updated by Georg Ringer over 9 years ago
problem is the call to the JS method
$editIdList = '\'+editList(\'' . $table . '\',\'' . $editIdList . '\')+\'';which will then be escaped in
BackendUtility::editOnClick
> therefore it can never be really evaluatedUpdated by Gerrit Code Review over 9 years ago
- Status changed from New 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/42084
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42084
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 52a5d88282c31c60eed736524499457b3109f963.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions