Explorar o código

[search] Browse should be available to everybody

Romain Rigaux %!s(int64=11) %!d(string=hai) anos
pai
achega
4412f96
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      apps/search/src/search/views.py

+ 0 - 1
apps/search/src/search/views.py

@@ -94,7 +94,6 @@ def new_search(request):
   })
 
 
-@allow_admin_only
 def browse(request, name):
   collections = SearchController(request.user).get_all_indexes()
   if not collections: