PMCORE-2579 Extenden Attributes with repeated attribute can be created
This commit is contained in:
@@ -215,7 +215,15 @@
|
|||||||
this.statusAttributeIdMessage = this.$root.translation("ID_INVALID_DATA");
|
this.statusAttributeIdMessage = this.$root.translation("ID_INVALID_DATA");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.saveForm();
|
let promise = this.validateName();
|
||||||
|
promise.then(response => {
|
||||||
|
response;
|
||||||
|
let promise2 = this.validateAttributeId();
|
||||||
|
promise2.then(response2 => {
|
||||||
|
response2;
|
||||||
|
this.saveForm();
|
||||||
|
});
|
||||||
|
});
|
||||||
},
|
},
|
||||||
validateName() {
|
validateName() {
|
||||||
this.statusValidation = false;
|
this.statusValidation = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user