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