-
- Downloads
XWIKI-17356: Users accounts cannot be enabled/disabled from user profile anymore
* Extract back velocity code to enable/disable users from the UIXP to the actual content of XWikiUserProfileSheet, with some more checks to ensure of the validity of the request and of the result * Check the status of the request in XWikiUserProfileSheet JSX, and use appropriate messages in case of problem * Call the JSX in XWikiUserProfileSheet UIXP * Add missing page object methods for enable/disable button * Add a new tests for enable/disable user.
Showing
- xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-docker/src/test/it/org/xwiki/user/test/ui/UserProfileIT.java 36 additions, 0 deletions...ker/src/test/it/org/xwiki/user/test/ui/UserProfileIT.java
- xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/src/main/java/org/xwiki/user/test/po/ProfileUserProfilePage.java 37 additions, 0 deletions...n/java/org/xwiki/user/test/po/ProfileUserProfilePage.java
- xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/UserProfileTranslations.xml 4 additions, 1 deletion...e-ui/src/main/resources/XWiki/UserProfileTranslations.xml
- xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserProfileSheet.xml 31 additions, 16 deletions...ile-ui/src/main/resources/XWiki/XWikiUserProfileSheet.xml
Loading
Please register or sign in to comment