Merged in bugfix/PMCORE-2579 (pull request #7646)
PMCORE-2579 Extenden Attributes with repeated attribute can be created Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
e5099b1ff1
@@ -222,7 +222,15 @@
|
||||
this.statusAttributeIdMessage = this.$root.translation("ID_INVALID_DATA");
|
||||
return;
|
||||
}
|
||||
this.saveForm();
|
||||
let promise = this.validateName();
|
||||
promise.then(response => {
|
||||
response;
|
||||
let promise2 = this.validateAttributeId();
|
||||
promise2.then(response2 => {
|
||||
response2;
|
||||
this.saveForm();
|
||||
});
|
||||
});
|
||||
},
|
||||
validateName() {
|
||||
this.statusValidation = false;
|
||||
|
||||
Reference in New Issue
Block a user