Moin Zusammen,
mir ist aufgefallen, dass Artikel nicht korrekt ein- und ausgeblendet werden, wenn dort Zeiten eingestellt sind.
vv-nd-frontend.png
vv-nd-backend.png
Contao 5.3.15
Cacheeinstellungen:
Cachezeit Private-Cache: 30 Tage
Cachezeit Shared-Cache: 1 Jahr; Immer aus dem Shared-Cache laden ist ausgewählt.
composer.json:
Code:
{
"type": "project",
"require": {
"contao/calendar-bundle": "5.3.*",
"contao/comments-bundle": "5.3.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "5.3.*",
"contao/listing-bundle": "5.3.*",
"contao/manager-bundle": "5.3.*",
"contao/news-bundle": "5.3.*",
"contao/newsletter-bundle": "5.3.*",
"do-while/contao-backupdb-bundle": "^2.0",
"oneup/contao-backend-limited-width": "^1.2"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao-community-alliance/composer-plugin": true,
"contao/manager-plugin": true,
"php-http/discovery": true
}
}
}
Erst wenn ich die Inhaltselemente neu speichere bzw manuell ausblende, wird es wie gewüsncht angezeigt.
Hat da jemand einen Tipp?