This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
in `make_tag`, extend doc._user_tags
version-14
tunde
8 years ago
parent
66d2bfe318
commit
1040eb9e47
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
});
},
Write
Preview
Loading…
Cancel
Save