various fixes to slice page plugins
[unfold.git] / portal / sliceresourceview.py
index da362d3..8fc5ceb 100644 (file)
@@ -230,7 +230,7 @@ class SliceResourceView (LoginRequiredView, ThemeView):
         apply = ApplyPlugin(
             page            = page,
             domid           = "apply",
-            query           = sq_resource,
+            query           = main_query #sq_resource,
         )