TASK-237 Fix the login with AD users
This commit is contained in:
@@ -280,6 +280,10 @@
|
||||
required
|
||||
};
|
||||
}
|
||||
if (this.flagEdit === true) {
|
||||
fields.form.password = {
|
||||
};
|
||||
}
|
||||
return fields;
|
||||
},
|
||||
data() {
|
||||
@@ -376,6 +380,7 @@
|
||||
},
|
||||
load(obj) {
|
||||
this.form = obj;
|
||||
this.flagEdit = true
|
||||
},
|
||||
test(form) {
|
||||
let formDataForName = new FormData();
|
||||
|
||||
Reference in New Issue
Block a user