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
When editing a page, having the i18n pane open enables the save button even if nothing has changed. If the user presses the save button (which they naturally do thinking they've unsaved content) before making any actual changes, an empty merge request is created, which crashes the editorial workflow screen with a 404 error.
To Reproduce
Configure cms as below
Edit a page with a relationship to another collection
In a short moment, the state of the save button changes from 'saved' to 'unsaved content'
Click the save button
Empty merge request is posted (to gitlab backend)
Expected behavior
Save button should stay disabled until there is meaningful changes to save.
LHSnow
changed the title
Relation widget reports changed content when i18n view is open, without touching anything
Relation widget creates empty merge requests that crashes the editorial workflow
Jun 3, 2024
When editing a page, having the i18n pane open enables the save button even if nothing has changed. If the user presses the save button (which they naturally do thinking they've unsaved content) before making any actual changes, an empty merge request is created, which crashes the editorial workflow screen with a 404 error.
To Reproduce
Expected behavior
Save button should stay disabled until there is meaningful changes to save.
Applicable Versions
CMS configuration
Slightly redacted for brewity and security.
The text was updated successfully, but these errors were encountered: