Bug #77847
closed
TCAdefaults imagecols doesn't work in translated record
Added by Heinz Schilling about 8 years ago.
Updated over 3 years ago.
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
- Category set to Localization
Bug still exists in 7.6.27.
May I have some more information on how to reproduce it? A step-by-step guide would be really great! Thank you!
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
Step by step
- 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»
Remarks
- 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.
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.
Test it in TYPO3 CMS 10.4.6 and bug is gone.
It seems also solved for 9.5.20 - I tried with setting TCAdefaults.tt_content.imagecols = 1
to
- user TSConfig
- usergroup TSConfig
- both
- Status changed from New to Under Review
- 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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF