From 7f2859eb0085ef436c6b59cb575611837aeaa20a Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 30 Mar 2017 00:12:29 -0500 Subject: [PATCH] /pools: don't filter inactive pools from autocomplete. The inactive flag marks series pools that are finished (no more posts will be added), not pools that are deleted. Finished series should still be autocompleted. --- app/assets/javascripts/pools.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/pools.js b/app/assets/javascripts/pools.js index 8e78a8701..b5e1bf24b 100644 --- a/app/assets/javascripts/pools.js +++ b/app/assets/javascripts/pools.js @@ -27,7 +27,6 @@ $.ajax({ url: "/pools.json", data: { - "search[is_active]": "true", "search[name_matches]": req.term, "limit": 10 },