Bug #71672
closedStart and Stopp Date not working with localized content elements
0%
Description
Start and Stopp Date not working with localized content elements
Procedure:
I creat a content element in the default language.
Then i create a localized element of this content element.
I set a stopp date to the default element.
When the default element stopps, the localized element dont stop.
I know that there is an option: config.sys_language_overlay = 1 With that option the localized element is hidden too if the dedault element gets hidden. But with that option it is not possible to create an element in an other language without a parent default element - but I need to do that.
So either the localized elements should feature their own start stop dates or the automatic hiding should work - independently from config.sys_language_overlay.
Updated by Andrea Herzog-Kienast over 8 years ago
Can confirm this issue in TYPO3 6.2, for me it's a bug.
A little workaround if you would like to get this running:
Story:
I have a content element and tranlate it - Start and stopp date can't be changed in translation.
But you need a different stopp date for french.
So copy the content element in default language and change the stopp date. As you don't want to show this element in FE, set access to a usergroup. Translate the element and delete the usergroup from this translated element. :)
If you only add a content element only in french, you will also not be able to edit start and stopp.
It would be fine to solve this problem in Version 6.
Updated by Riccardo De Contardi over 8 years ago
I performed the following test on 6.2.25, 7.6.9 and 8.2-dev (latest master):
1) have a multilanguage installation with an alternate language
2) create a page in main language and translate it
3) create a content element only in alternate language
Results:¶
- 6.2.25: the fields "Publish Date" and "Expiration Date" are locked
- 7.6 and 8.2-dev: "Publish Date" and "Expiration Date" are editable. I tried to set both and as far as I can see they work.
Updated by Riccardo De Contardi over 8 years ago
- Status changed from New to Closed
I am sorry, but I close the issue because TYPO3 works as expected on 7.6.x and higher, and there will be no backporting of this functionality.
You can still achieve it changing the TCA by yourself; if you are unsure how to do it, please get in contact on the typo3-cms channel on Slack (https://typo3.slack.com/) (or if you think this is the wrong decision and want to re-open it)
Thank you
Updated by Mona Muzaffar over 7 years ago
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.
Updated by Riccardo De Contardi about 7 years ago
- Related to Bug #81908: Start and Stopp Date not working with localized content elements added