Project

General

Profile

Actions

Bug #79427

open

Non-plugin content elements not accessible when list_type not empty

Added by Anonymous about 7 years ago. Updated almost 4 years ago.

Status:
Under Review
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-01-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Szenario: Admin creates a content element (CType='plugin'), chooses a valid plugin (e.g. 'powermail_pi1'), saves it and then decides it should be a CType='textmedia' instead. The so modified content element is then not accessible (editable) for editors that lack the right to edit said plugin. Even though it's a textmedia element now.

Somewhere in the access control management procedure the field 'list_type' seems to be taken into account even though it's irrelevant for non plugins.

A workaround would be to run this on the DB:

UPDATE tt_content SET list_type='' WHERE ctype != 'list' AND list_type != '';

Related issues 3 (3 open0 closed)

Related to TYPO3 Core - Bug #77312: Flexform is not rendered in content elements, when list_type is not emptyUnder Review2016-07-29

Actions
Related to TYPO3 Core - Feature #76925: Switching from one content type to another should clear fields not usable anymoreNewBenni Mack2016-07-04

Actions
Related to TYPO3 Core - Feature #88908: Add "migration wizard" when changing CType of content elementsNew2019-08-03

Actions
Actions

Also available in: Atom PDF