fix: show priority change dialog
This commit is contained in:
parent
91478181cb
commit
5aba75d74d
@ -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();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user