/artists: filter deleted artists from autocomplete.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
url: "/artists.json",
|
||||
data: {
|
||||
"search[name]": "*" + req.term + "*",
|
||||
"search[is_active]": true,
|
||||
"limit": 10
|
||||
},
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user