While perusing code, noticed this issue
frappe-bench/sites/assets/js/form.min.js line 1017
_f.Frm.prototype.action_perm_type_map = {
"Create": "create",
"Save": "write",
"Submit": "submit",
"Update": "submit",
"Cancel": "cancel",
"Amend": "amend",
"Delete": "delete"
};
Is Update really a synonym for Submit?
Update seems to have separate functions to Submit.