Bug #92119
closedHiding field colPos for backend users breaks normal content creation and moving content between columns
100%
Description
Steps to reproduce:
- Hide the field by TSConfig (TCEFORM.tt_content.colPos.disabled = 1) or for editors through access lists in a BE-group
- Go to the page module and create a content element in any available column, except the one with colPos=0
Result: the content element is always created with colPos=0, also when created in another column. That may be fine in the List-module, in the Page-module this is very much unexpected and undesired behaviour.
There is a difference in behaviour between hiding through TSConfig or Access Lists:
If 'colPos' is not enabled in the access list for editors, they are NOT AT ALL able to move content the desired columns: you can drag content to another column in the Page Module and the content appears to be moved correcty, but if you reload the page in the backend you'll find that nothing has changed.
Conclusion:- not enabling colPos in an access list breaks moving content to other columns completely for non-admins
- hiding colPos in TSConfig also results in new content always created with colPos=0, regardless in which column you create it. But in this case, you can drag it to the right column afterwards, but of course that's a drag :-)
Updated by Loek Hilgersom over 4 years ago
- Related to Bug #88456: Creating a record with read-only fields loses their default values added
Updated by Loek Hilgersom over 4 years ago
- Related to Bug #75514: Display Condition in TCA added
Updated by Loek Hilgersom over 4 years ago
- Related to Feature #53239: TCEFORM disabled field must be not rendered but still editable 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/+/65536
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/+/65536
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/+/65536
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/+/65536
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/+/65536
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65569
Updated by Oliver Bartsch over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c58d66a2273a69073e213a4db9d4216a71b4d1f5.
Updated by Loek Hilgersom over 4 years ago
- Related to Bug #92202: Hiding field colPos through access lists breaks dragging content between columns added
Updated by Loek Hilgersom over 4 years ago
Just for reference: the merged patch 65536 resolves the problem for hiding colPos by TsConfig.
The issue with hiding colPos in BE-usergroup access lists is now forge issue #92202