Bug #77847
closedTCAdefaults imagecols doesn't work in translated record
100%
Description
TCAdefaults.tt_content.imagecols = 1
Works well, if new content element «images» is created (TYPO3 6.2 / 7.6.10)
If I translate record:- imagecols = 1 (TYPO3 6.2) => ok
- imagecols = 2 (TYPO3 7.6.10) => false
Not the same as reportet in https://forge.typo3.org/issues/75233
Updated by Riccardo De Contardi over 6 years ago
May I have some more information on how to reproduce it? A step-by-step guide would be really great! Thank you!
Updated by Heinz Schilling over 6 years ago
Preparation
- TYPO3 installation with minimum two languages
- Set for all users in TSconfig
TCAdefaults.tt_content.imagecols = 1
- Set allow excludefields for editor user group
Page Content > Columns (imagecols) > disable
- Switch to a backend user with usergroup described above
- Create content element type images and add one image
- Save and close this
- Translate this element
- Switch back to a admin user
Open image element in default language
In «Appearance» field «Number of Columns» has value «1»
Open translated image element in foreign language
In «Appearance» field «Number of Columns» has value «2»
- This behavior works in TYPO3 6.2
- If editor has permission to field «Columns (imagecols)» it has value «1»
In short
Only editor has no permission to field «Columns (imagecols) TCAdefaults are not taken in translated record.
Hope this helps.
Updated by Riccardo De Contardi about 6 years ago
This issue is still reproducible on version 9.4-dev (latest master)
I tried with putting TCAdefaults.tt_content.imagecols = 1
on Usergroup TSConfig and User TSConfig, but there is no difference. The error is the same.
Updated by Heinz Schilling about 4 years ago
Test it in TYPO3 CMS 10.4.6 and bug is gone.
Updated by Riccardo De Contardi about 4 years ago
It seems also solved for 9.5.20 - I tried with setting TCAdefaults.tt_content.imagecols = 1
to
- user TSConfig
- usergroup TSConfig
- both
Updated by Gerrit Code Review over 3 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/+/68918
Updated by Gerrit Code Review over 3 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/+/68918
Updated by Benni Mack over 3 years ago
- Related to Bug #89211: TCAdefaults.pages.hidden = 0 not working in TYPO3 9.5.9 and 10.1.0-dev using page tree drag & drop added
Updated by Gerrit Code Review over 3 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/+/68938
Updated by Benni Mack over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 10bcd26c93595ca9a60e07349800d0dbb8e534c5.