commit | 5aba75d74daaf3ea62ae9fc0715878d1b6fef68b | [log] [tgz] |
---|---|---|
author | Himanshu Warekar <himanshuwarekar@yahoo.com> | Wed May 08 00:22:26 2019 +0530 |
committer | Himanshu Warekar <himanshuwarekar@yahoo.com> | Wed May 08 00:22:26 2019 +0530 |
tree | ed7786c8eaaf0e657a22be209c06eaea20bcdc9a | |
parent | 91478181cb62c4df8c9b7c26db9be5e4a49011e6 [diff] |
fix: show priority change dialog
diff --git a/erpnext/support/doctype/issue/issue.js b/erpnext/support/doctype/issue/issue.js index ab40a5b..2de0451 100644 --- a/erpnext/support/doctype/issue/issue.js +++ b/erpnext/support/doctype/issue/issue.js
@@ -33,6 +33,7 @@ frm.call('change_sla_priority', { "priority": frm.doc.priority }).then(() => { + frappe.msgprint(__("Issue Priority changed to {0}.", [frm.doc.priority])) frm.refresh(); }); }