Sfoglia il codice sorgente

[search] Browse should be available to everybody

Romain Rigaux 11 anni fa
parent
commit
4412f96123
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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):
 def browse(request, name):
   collections = SearchController(request.user).get_all_indexes()
   collections = SearchController(request.user).get_all_indexes()
   if not collections:
   if not collections: