Browse Source

Merge pull request #12288 from shariquerik/on-event-creation-assign-to-fix

version-14
Prssanna Desai 4 years ago
committed by GitHub
parent
commit
3868b1978c
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

@@ -259,7 +259,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) {
@@ -334,4 +334,4 @@ function get_doc_mappings() {
};

return doc_map;
}
}

Loading…
Cancel
Save