From cb14879865a6b4a7133884757d5c925326efa835 Mon Sep 17 00:00:00 2001 From: Anwar khanfir Date: Mon, 25 Dec 2023 07:36:46 +0100 Subject: [PATCH] fix: Multifactor admin : group suggestor ins't working - EXO-67960 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. --- .../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 @@