This commit is contained in:
@@ -259,6 +259,10 @@ export default {
|
||||
break;
|
||||
}
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user