diff options
Diffstat (limited to 'ishtar_common/rest.py')
-rw-r--r-- | ishtar_common/rest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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] |