X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/983669a566b89e56640638d85f40a77ce38a42b0..9aa380dbc94f9fb8be43e3fb691dadfcbefff94c:/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