This commit is contained in:
@@ -444,6 +444,7 @@ export default {
|
||||
generateListViewFromEdited(vm)
|
||||
);
|
||||
formSettings.saved.dataTable.listViewId = -1;
|
||||
formSettings.temp.cachedListView = null;
|
||||
window.$gz.form.setFormSettings(vm.formKey, formSettings);
|
||||
next();
|
||||
} else {
|
||||
@@ -703,6 +704,13 @@ export default {
|
||||
form() {
|
||||
return window.$gz.form;
|
||||
},
|
||||
// setAsUnsavedListView() {
|
||||
// //switch to unsaved listview if not already
|
||||
// if (this.listViewId != -1) {
|
||||
// this.listViewId = -1;
|
||||
// vm.obj.name = vm.lt("FilterUnsaved");
|
||||
// }
|
||||
// },
|
||||
onChange(ref) {
|
||||
if (!this.formState.loading && !this.formState.readOnly) {
|
||||
window.$gz.form.onChange(this, ref);
|
||||
|
||||
Reference in New Issue
Block a user