Bug #68604
closed
Error on trying to edit selected records in list module
Added by Mathias Schreiber over 9 years ago.
Updated about 7 years ago.
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.)
- Is Regression changed from No to Yes
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 evaluated
- 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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF