Explorar el Código

[search] Allow copy of dashboards

Romain Rigaux hace 10 años
padre
commit
29e35e50f3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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.'))