From db6f3f2152bfb480915a63ae04e88f2979d23341 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Oct 2021 23:23:26 +0200 Subject: Syndication - search interface --- ishtar_common/rest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/rest.py') diff --git a/ishtar_common/rest.py b/ishtar_common/rest.py index 0ae951dd1..e2e8ac581 100644 --- a/ishtar_common/rest.py +++ b/ishtar_common/rest.py @@ -42,6 +42,7 @@ class SearchAPIView(APIView): self.model, "get_" + self.model.SLUG, self.model.SLUG, + no_permission_check=True # TODO: own_table_cols=get_table_cols_for_ope() - adapt columns ) search_model = self.search_model_query(request).all()[0] -- cgit v1.2.3