This commit is contained in:
@@ -259,6 +259,10 @@ export default {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
vm.formState.dirty = true;
|
vm.formState.dirty = true;
|
||||||
|
//trigger normal form processing when edit happens
|
||||||
|
//without this you can never save after a server error in the script returns
|
||||||
|
//pretend the name field changed even though it didn't
|
||||||
|
vm.fieldValueChanged("name");
|
||||||
});
|
});
|
||||||
|
|
||||||
vm.view = "properties";
|
vm.view = "properties";
|
||||||
|
|||||||
Reference in New Issue
Block a user