This commit is contained in:
@@ -107,6 +107,8 @@ export default {
|
||||
},
|
||||
fieldValueChanged(ref) {
|
||||
if (!this.formState.loading && !this.formState.readonly) {
|
||||
//flag this record dirty so it gets picked up by save
|
||||
this.value.isDirty = true;
|
||||
window.$gz.form.fieldValueChanged(this.pvm, ref);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -702,7 +702,7 @@ async function deleteItems(vm, err) {
|
||||
return err;
|
||||
}
|
||||
}
|
||||
async function saveItems(vm) {
|
||||
async function saveItems(vm, err) {
|
||||
let totalItems = vm.obj.items.length;
|
||||
if (totalItems == 0) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user