PMCORE-2577 It is not possible to import users by searching them, using the import users button
This commit is contained in:
@@ -249,7 +249,7 @@
|
|||||||
},
|
},
|
||||||
importUsers(row) {
|
importUsers(row) {
|
||||||
//the return action is in: processmaker/workflow/engine/templates/ldapAdvanced/ldapAdvancedSearch.js
|
//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) {
|
syncGroups(row) {
|
||||||
//the return action is in: processmaker/workflow/engine/templates/authSources/authSourcesSynchronize.js
|
//the return action is in: processmaker/workflow/engine/templates/authSources/authSourcesSynchronize.js
|
||||||
|
|||||||
Reference in New Issue
Block a user