X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5022c4068227e4d354389169a9abd726206aff7d..71774e0e8890a77cfc08871fa30351409ec7f91c:/services/api/app/controllers/database_controller.rb diff --git a/services/api/app/controllers/database_controller.rb b/services/api/app/controllers/database_controller.rb index d6045a5dcb..5c4cf7bc16 100644 --- a/services/api/app/controllers/database_controller.rb +++ b/services/api/app/controllers/database_controller.rb @@ -75,9 +75,10 @@ class DatabaseController < ApplicationController raise end - require 'refresh_permission_view' + require 'update_permissions' - refresh_permission_view + refresh_permissions + refresh_trashed # Done. send_json success: true