fix: show priority change dialog

This commit is contained in:
Himanshu Warekar 2019-05-08 00:22:26 +05:30
parent 91478181cb
commit 5aba75d74d

View File

@ -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();
});
}