case 4343

This commit is contained in:
2022-12-14 18:07:25 +00:00
parent 1a25c853f4
commit a6cb9c4dd8
2 changed files with 2 additions and 0 deletions

View File

@@ -450,6 +450,7 @@ export default {
},
fieldValueChanged(ref) {
if (!this.pvm.formState.loading && !this.pvm.formState.readonly) {
this.value.isDirty = true;
window.$gz.form.fieldValueChanged(this.pvm, ref);
}
},

View File

@@ -941,6 +941,7 @@ async function saveHeader(vm) {
if (!vm.obj.isDirty) {
return;
}
const isPost = vm.obj.id == 0;
//the purpose of this is to remove the child collections so only the header itself is submitted