Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 6439fd32ebfed3aa12fa1c3d7bbe7c69df074a53 https://github.com/xwiki/xwiki-platform/commit/6439fd32ebfed3aa12fa1c3d7bbe7... Author: Marius Dumitru Florea <[email protected]> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/DocumentLockIT.java M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/document.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/lock/lock.js Log Message: ----------- XWIKI-22421: XWikiHibernateBaseStore related error when editing in realtime * Expose the real locale of the current document translation in the meta, because the raw locale is empty for the original translation and thus doesn't identify it. * Stop falling back on the user interface locale when computing the locale of the document translation to lock. That locale has nothing to do with the locked document: for a page without a default locale the unlock request was targeting a translation that doesn't exist, leaving the lock in place. * Reuse the real locale from the meta in the realtime document API, instead of passing it through the realtime configuration. * Verify that the lock of a page without a default locale is released when the page is left. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications