mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: show priority change dialog
This commit is contained in:
@@ -33,6 +33,7 @@ frappe.ui.form.on("Issue", {
|
||||
frm.call('change_sla_priority', {
|
||||
"priority": frm.doc.priority
|
||||
}).then(() => {
|
||||
frappe.msgprint(__("Issue Priority changed to {0}.", [frm.doc.priority]))
|
||||
frm.refresh();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user