Fix single-tag autocomplete fields not colorizing tags
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
success: function(data) {
|
||||
resp($.map(data, function(tag) {
|
||||
return {
|
||||
type: "tag",
|
||||
label: tag.name.replace(/_/g, " "),
|
||||
value: tag.name,
|
||||
category: tag.category,
|
||||
|
||||
Reference in New Issue
Block a user