From a1603c756dedcf713790e81467d678e442be82cc Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Tue, 22 Dec 2020 12:37:18 -0400 Subject: [PATCH] PMCORE-2577 It is not possible to import users by searching them, using the import users button --- .../src/components/authenticationSources.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue b/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue index c0183ca27..e0298e715 100644 --- a/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue +++ b/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue @@ -249,7 +249,7 @@ }, importUsers(row) { //the return action is in: processmaker/workflow/engine/templates/ldapAdvanced/ldapAdvancedSearch.js - location.href = this.$root.baseUrl() + 'authSources_SearchUsers?sUID=' + row.AUTH_SOURCE_UID; + location.href = this.$root.baseUrl() + "authSources/authSources_SearchUsers?sUID=" + row.AUTH_SOURCE_UID; }, syncGroups(row) { //the return action is in: processmaker/workflow/engine/templates/authSources/authSourcesSynchronize.js