case 4343
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user