From 6698cd2d90043f0cdbdf57903744415c3e2c8ac1 Mon Sep 17 00:00:00 2001 From: Anwar khanfir <93767376+akhanfir@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:02:39 +0100 Subject: [PATCH] fix: Multifactor admin : group suggestor ins't working - EXO-67772 (#57) Before this change, when open drawer de manage groups in Protected access to the platform, group suggestor isn't displayed and can't remove old saved groups. To resolve this problem, remplacer le exo-group-suggester par exo-identity-suggester. After this change, group suggestor is display spaces and is able to remove old saved groups in list. (cherry picked from commit 7bd219aa1bd91d42c5d5d859b80264d983e30e4f) --- .../components/ProtectedGroupsUsersDrawer.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedGroupsUsersDrawer.vue b/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedGroupsUsersDrawer.vue index af26bcf2..a6ebaa59 100644 --- a/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedGroupsUsersDrawer.vue +++ b/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedGroupsUsersDrawer.vue @@ -11,6 +11,7 @@