X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9090c60b28de593b8bb2ce606a9ab35b62b57608..df591042778408d03d410d5c22a669d85652d1ea:/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 458766d3e5..dddc3400b4 100644 --- a/services/api/app/controllers/database_controller.rb +++ b/services/api/app/controllers/database_controller.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class DatabaseController < ApplicationController skip_before_filter :find_object_by_uuid skip_before_filter :render_404_if_no_object @@ -71,6 +75,10 @@ class DatabaseController < ApplicationController raise end + require 'refresh_permission_view' + + refresh_permission_view + # Done. send_json success: true end