Explorar o código

[search] Allow copy of dashboards

Romain Rigaux %!s(int64=10) %!d(string=hai) anos
pai
achega
29e35e50f3
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

@@ -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.'))