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