Browse Source

Update frappe/public/js/frappe/views/interaction.js

Co-authored-by: Prssanna Desai <prssud@gmail.com>
version-14
Shariq Ansari 4 years ago
committed by GitHub
parent
commit
8985130c80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/public/js/frappe/views/interaction.js

+ 2
- 2
frappe/public/js/frappe/views/interaction.js View File

@@ -261,7 +261,7 @@ frappe.views.InteractionComposer = class InteractionComposer {
args: {
doctype: doc.doctype,
name: doc.name,
assign_to: `["${assignee}"]`,
assign_to: JSON.stringify([assignee]),
},
callback:function(r) {
if(!r.exc) {
@@ -336,4 +336,4 @@ function get_doc_mappings() {
};

return doc_map;
}
}

Loading…
Cancel
Save