Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1065e2f26339df47fe1302655984b278dd62669a https://github.com/xwiki/xwiki-platform/commit/1065e2f26339df47fe1302655984b... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-04-20 (Mon, 20 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editclass.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-24270: Saving in the class editor sometimes shows a confirmation about unsaved changes (#5397) * Add a submitInProgress marker to dataeditors.js to prevent the warning when submission is in progress. * Handle the Save & View button of the class editor in actionButtons.js to trigger the standard save event when it is pressed, but as a custom form specified in editclass.vm to avoid a major change to how the form is handled. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications