mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +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', {
|
frm.call('change_sla_priority', {
|
||||||
"priority": frm.doc.priority
|
"priority": frm.doc.priority
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
frappe.msgprint(__("Issue Priority changed to {0}.", [frm.doc.priority]))
|
||||||
frm.refresh();
|
frm.refresh();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user