Bug #68043
closedUnable to set Publish Dates and Access Rights on any alternative language content element in TYPO3 6.2.14
0%
Description
I try and search Google and all TYPO3 sites to find a solution.
I have a multilanguage site and want to set a publish date in all languages, sometimes on all, sometimes only on one. It is only possible to set the time and date of the default language but the fields in other languages are just grey and not editable...
Updated by Riccardo De Contardi about 9 years ago
Premise: when you translate a content element from default language to alternate language, it is correct that the fields publish/expiration dates are disabled: see #68312
the correct way to set publish/expiration dates is to create the CE as an indipendent record only in the alternate language.
Please be sure that you set
config.sys_language_overlay = 0
I performed a test with both 6.2.15 and 7.6-dev (latest master) and these are my findings:
1) set config.sys_language_overlay = 0
2) create a CE ONLY in the alternate language
RESULT
- on version 6.2.15 the publish/expiration dates are still disabled
- on version 7.6 they are editable and work as expected
Updated by Mona Muzaffar over 7 years ago
- Status changed from New to Closed
I am closing this ticket.
As Riccardo said this seems to be fixed in 7.6 and it won't be fixed for 6.2 anymore.
If you think that this is the wrong decision or experience this issue again,
then please reopen this ticket or open a new ticket and add a relation to this ticket number.