Project

General

Profile

Actions

Bug #68604

closed

Error on trying to edit selected records in list module

Added by Mathias Schreiber over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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.)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #66115: Use GeneralUtility::quoteJSvalue() where needed part 1ClosedWouter Wolters2015-05-01

Actions
Actions #1

Updated by Georg Ringer over 8 years ago

  • Is Regression changed from No to Yes
Actions #2

Updated by Georg Ringer over 8 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 evaluated

Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Gerrit Code Review over 8 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

Actions #5

Updated by Frank Nägler over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF