Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui

This commit is contained in:
Suraj Shetty 2020-12-08 19:52:18 +05:30
commit 21f1bdaa93

View file

@ -597,6 +597,7 @@ frappe.provide("frappe.views");
function show_assign_to_dialog(e) {
e.preventDefault();
e.stopPropagation();
self.assign_to = new frappe.ui.form.AssignToDialog({
obj: self,
method: 'frappe.desk.form.assign_to.add',