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