PMCORE-2577 It is not possible to import users by searching them, using the import users button

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-22 12:37:18 -04:00
parent 496fd3bbc7
commit a1603c756d

View File

@@ -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