Bug #72171
closedSince the authMode_enforce strict is set editors can't edit content elements if the list_type is 0 (which is the default value)
100%
Description
Since the authMode_enforce strict is set editors can't edit content elements if the list_type is 0. But 0 is the default value.
So we have to change typo3/sysext/frontend/ext_tables.sql and perhaps also offer a migration script which updates the database?
This was introduced in:
https://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff/3276f07f39dcaa12458a67469b0c256bf77e89ed
https://review.typo3.org/#/c/45165/
https://forge.typo3.org/issues/32209
Updated by Marco Huber almost 9 years ago
But 0 is the default value.
I mean, 0 is the default value in the database. In the TCA the default value is an empty string. But there could be some cases, where the default value from the TCA is ignored (f.e. our importer :-)).
Updated by Gerrit Code Review almost 9 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/45208
Updated by Marco Huber almost 9 years ago
Or is this one or https://forge.typo3.org/issues/32209 a breaking change?
Updated by Gerrit Code Review almost 9 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/45208
Updated by Gerrit Code Review almost 9 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/45208
Updated by Marco Huber almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dda2856f1f9529822d3339d2ae77286b55a5e378.
Updated by Wouter Wolters almost 9 years ago
please read the comments for that in https://review.typo3.org/45208