cms
cms copied to clipboard
Date doesn't update for Multisite Entries.
Bug Description
If i update a Date Field (generated with "Enable Publish Dates") for an Entry in my Collection, the Date field in the Entries of the other Languages doesn't update.
How to Reproduce
Create Entry for Collection with "Enable Publish Dates" active. Change the Date fot the Created Entry. Edit other Multisite locale for the Entry and the Date field is still the old Date.
Extra Detail
New Entry for Site "Statamic"
Entry Translation for Site "two"
Changed Date Field for Site "Statamic"
Date Field not updated for Site "two"

Environment
Statamic version: 3.0.48
PHP version: 7.4
Install method (choose one):
- Existing Laravel app
- Also tried on fresh installation with
statamic/statamic
What does that date field look like in your blueprint? Is it localised?
Yes, this is how my test blueprint looks like:
title: test
sections:
main:
display: Main
fields:
-
handle: title
field:
type: text
required: true
validate:
- required
-
handle: content
field:
type: markdown
localizable: true
sidebar:
display: Sidebar
fields:
-
handle: slug
field:
type: slug
required: true
localizable: true
validate:
- required
-
handle: date
field:
type: date
required: true
localizable: true
validate:
- required
Just ran into this. Confirmed!
Just ran into this too... 😕
Having the same issue
I'm also having the same issue on two current projects. Is there any current workaround, or even a possible fix on the horizon?