Bug #81908
closedStart and Stopp Date not working with localized content elements
0%
Description
Start and Stopp Date not working with localized content elements
This bug report refers to this closed one: #71672
Procedure:
I create 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 donĀ“t stop.
Localized elements should use the start stop dates from the element where they were derived.
my typo version: 7.6.19
Updated by Riccardo De Contardi about 7 years ago
- Related to Bug #71672: Start and Stopp Date not working with localized content elements added
Updated by Riccardo De Contardi about 7 years ago
I performed the following test with TYPO3 7.6.22, 8.7.6, 9.0.0-dev(latest master):
1) Two language variants (ITA, default; ENG, L=1)
2) Create a page in default language variant, translate in ENG
3) Create a content element in default language variant, set a start date in the future (CONTENT_A)
4) Create a content elmeent in default language, set the same expiration date in the future (CONTENT_B)
5) translate the elements, "translate" (connected) mode ([ENG]CONTENT_A and [ENG]CONTENT_B)
6) Preview the page in default language and L=1
Expected results:¶
BEFORE the start/expiration date:
CONTENT_A invisbile
CONTENT_B visible
[ENG]CONTENT_A invisbile
[ENG]CONTENT_B visible
AFTER the start/expiration date:
CONTENT_A visible
CONTENT_B invisible
[ENG]CONTENT_A visible
[ENG]CONTENT_B invisible
Results for 7.6.22:¶
BEFORE the start/expiration date:
CONTENT_A invisbile
CONTENT_B visible
[ENG]CONTENT_A visible
[ENG]CONTENT_B visible
AFTER the start/expiration date:
CONTENT_A visible
CONTENT_B invisible
[ENG]CONTENT_A visible
[ENG]CONTENT_B visible
Results for 8.7.6 and 9.0.0¶
Same as expected results, so the issue only affects 7.6.x
I repeated the test for the "copy" mode, and in this case everything works as expected also in 7.6.x
Updated by Riccardo De Contardi about 5 years ago
- Status changed from New to Closed
I close this issue as my last investigation shows that it affects only version 7;
If you think that this is the wrong decision or experience this issue again on recent TYPO3 versions, please reopen it or ping me. Please add also a detailed manual about how to replicate the issue.
Thank you.