You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multisite setup with three languages (German, French, English), there is inconsistent behavior when using the duplication functionality in a collection where the publish date is enabled.
How to reproduce
Set up a multisite installation with German as the default language and French and English as additional languages.
Create a collection where the publish date is enabled.
Create a new entry in this collection:
The file in the default language (German in my case) includes the date in the filename (e.g., 2025-01-15.new-entry.md).
The files for other languages (French, English) do not include the date in the filename (e.g., new-entry.md).
Duplicate the entry within the collection:
For each language, a file with the full filename, including the date, is created (e.g., 2025-01-15.new-entry-1.md).
Change the publish date (It's not localized so just in the default language)
Expected Behavior:
When changing the publish date in the default language, the filenames in all languages should be updated consistently.
Actual Behavior:
Only the filename of the default language (German in my case) is updated. The filenames of the other languages
remain unchanged, leading to different publish dates across languages.
The text was updated successfully, but these errors were encountered:
ansovi
changed the title
Inconsistent Filename Behavior on duplicates entries in Collections with Publish Date and Multisite
Inconsistent Filename Behavior on duplicated entries in Collections with Publish Date and Multisite
Jan 15, 2025
Bug description
In a multisite setup with three languages (German, French, English), there is inconsistent behavior when using the duplication functionality in a collection where the publish date is enabled.
How to reproduce
Expected Behavior:
When changing the publish date in the default language, the filenames in all languages should be updated consistently.
Actual Behavior:
Only the filename of the default language (German in my case) is updated. The filenames of the other languages
remain unchanged, leading to different publish dates across languages.
Logs
No response
Environment
Installation
Existing Laravel app
Additional details
No response
The text was updated successfully, but these errors were encountered: