Bug #79427
openNon-plugin content elements not accessible when list_type not empty
0%
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 != '';
Updated by Riccardo De Contardi almost 7 years ago
- Related to Feature #76925: Switching from one content type to another should clear fields not usable anymore added
Updated by Riccardo De Contardi over 6 years ago
It is still reproducible on 9.2.0-dev (latest master)
Updated by Christian Eßl about 5 years ago
- Category set to FormEngine aka TCEforms
Updated by Riccardo De Contardi about 5 years ago
- Related to Feature #88908: Add "migration wizard" when changing CType of content elements added
Updated by Gerrit Code Review over 4 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/64082
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64082
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64082
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64082
Updated by Gerrit Code Review over 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64082