Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5938e5b407ee4979d93372192d0543ca357b5cd4 https://github.com/xwiki/xwiki-platform/commit/5938e5b407ee4979d93372192d054... Author: Michael Hamann <[email protected]> Date: 2025-05-16 (Fri, 16 May 2025) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-ui/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-ui/src/main/resources/css/security/requiredrights/requiredRightsDialog.css M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-ui/src/main/resources/js/security/requiredrights/requiredRightsDialog.js M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/RequiredRightsModal.java Log Message: ----------- XWIKI-22656: Add a UI for setting required rights on a document * Improve the appearance of the borders around the labels. * Fix the accessibility of the modal. * Fix the style of the Cancel button. * Change the icon for the explanation to a question mark. Commit: 17bebe0190b91140c20fdbbc673d1a6623bc3ec0 https://github.com/xwiki/xwiki-platform/commit/17bebe0190b91140c20fdbbc673d1... Author: Michael Hamann <[email protected]> Date: 2025-05-16 (Fri, 16 May 2025) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-ui/src/main/resources/js/security/requiredrights/requiredRightsDialog.js Log Message: ----------- XWIKI-22656: Add a UI for setting required rights on a document * Make the required rights modal a proper form that can be submitted without having to explicitly click the save button. Compare: https://github.com/xwiki/xwiki-platform/compare/36a4da87e19a...17bebe0190b9 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications