Sfoglia il codice sorgente

[search] Allow copy of dashboards

Romain Rigaux 10 anni fa
parent
commit
29e35e50f3
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

@@ -235,7 +235,6 @@ def admin_collection_delete(request):
   return JsonResponse(response)
 
 
-@allow_owner_only
 def admin_collection_copy(request):
   if request.method != 'POST':
     raise PopupException(_('POST request required.'))