Browse Source

in `make_tag`, extend doc._user_tags

version-14
tunde 8 years ago
parent
commit
1040eb9e47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/sidebar.js

+ 1
- 1
frappe/public/js/frappe/form/sidebar.js View File

@@ -87,7 +87,7 @@ frappe.ui.form.Sidebar = Class.extend({
parent: this.sidebar.find(".tag-area"),
frm: this.frm,
on_change: function(user_tags) {
me.frm.doc._user_tags = user_tags;
me.frm.doc._user_tags += ("," + user_tags);
}
});
},


Loading…
Cancel
Save