Project

General

Profile

Actions

Bug #60199

closed

Page module: tt_content records are not editable

Added by Robert Heinig almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Backend User Interface
Target version:
-
Start date:
2014-07-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
hard
Is Regression:
Yes
Sprint Focus:

Description

This problem was introduced with 6.2.4:
When trying to edit a tt_content record in the page module that has sys_language_uid > 0 but no l18n_parent, TYPO3 shows "Sorry, you didn't have proper permissions to perform this change." even es admin.
You can edit the same record via the list module.

Switched back to 6.2.3: the record is editable.
Set a l18n_parent: the record is editable.

I narrowed the problem down to the url that is requested when you click the edit icon, the uid in the edit parameter is missing:
Without i18n_parent: "edit[tt_content][]=edit"
With i18n_parent: "edit[tt_content][2766,]=edit"
Where 2766 is the uid of the tested record in my case.

I think this problem may was introduced with the following commit:
https://github.com/TYPO3/TYPO3.CMS/commit/f746410ad1016b8afaf2a033ad8577303e9bcb21#diff-48b710d2dff23d6dddca0c9e2951fe1b
The record uids used to generate the edit urls are generated by the code changed with this commit.


Files

typo3-60199.png (27.7 KB) typo3-60199.png no moveup/down icons Christian Hernmarck, 2014-07-30 14:51

Related issues 6 (0 open6 closed)

Related to TYPO3 Core - Bug #48939: Moving a content down moves it in another columnClosedNicole Cordes2013-06-07

Actions
Related to TYPO3 Core - Bug #49055: colPos gets messed up when moving content element to top position in backend gridClosed2013-06-12

Actions
Related to TYPO3 Core - Bug #60702: Clicking on pencil results in "Sorry, you didn't have proper permissions to perform this change."Closed2014-07-31

Actions
Has duplicate TYPO3 Core - Bug #60273: No permission to edit content in different languages since 6.2.4Closed2014-07-11

Actions
Has duplicate TYPO3 Core - Bug #60641: Bug #60199 still existsClosed2014-07-28

Actions
Has duplicate TYPO3 Core - Bug #60397: Access denied when using pencil icon on translated elements in page moduleClosed2014-07-19

Actions
Actions

Also available in: Atom PDF