Browse Source

[search] Allow copy of dashboards

Romain Rigaux 11 năm trước cách đây
mục cha
commit
29e35e50f3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)
   return JsonResponse(response)
 
 
 
 
-@allow_owner_only
 def admin_collection_copy(request):
 def admin_collection_copy(request):
   if request.method != 'POST':
   if request.method != 'POST':
     raise PopupException(_('POST request required.'))
     raise PopupException(_('POST request required.'))