diff --git a/core/inventory/api_v2.py b/core/inventory/api_v2.py index 0a34140..ef3ae90 100644 --- a/core/inventory/api_v2.py +++ b/core/inventory/api_v2.py @@ -22,7 +22,7 @@ class ContainerViewSet(viewsets.ModelViewSet): @api_view(['GET']) @permission_classes([IsAuthenticated]) -@permission_required('view_item', raise_exception=True) +#@permission_required('view_item', raise_exception=True) def search_items(request, event_slug, query): try: event = Event.objects.get(slug=event_slug) diff --git a/web/src/App.vue b/web/src/App.vue index 83a3bb2..cad130c 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,10 +1,10 @@ diff --git a/web/src/components/AsyncLoader.vue b/web/src/components/AsyncLoader.vue new file mode 100644 index 0000000..393175c --- /dev/null +++ b/web/src/components/AsyncLoader.vue @@ -0,0 +1,133 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/Navbar.vue b/web/src/components/Navbar.vue index fb0736b..686f324 100644 --- a/web/src/components/Navbar.vue +++ b/web/src/components/Navbar.vue @@ -29,16 +29,7 @@ -
- -
+