[ARVADOS] updated: 1.3.0-2546-gf559492b6

Git user git at public.arvados.org
Wed May 13 21:41:01 UTC 2020


Summary of changes:
 services/api/app/models/database_seeds.rb | 3 +++
 1 file changed, 3 insertions(+)

       via  f559492b6bc79ded8e1ffcfd384cd23709f2b0e3 (commit)
      from  89b2499dadef0c9a44c852867e2774c16938a15f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f559492b6bc79ded8e1ffcfd384cd23709f2b0e3
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed May 13 17:40:02 2020 -0400

    16007: Call do_refresh_permission_view in database_seeds
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/app/models/database_seeds.rb b/services/api/app/models/database_seeds.rb
index 6e7ab9b07..d546a0466 100644
--- a/services/api/app/models/database_seeds.rb
+++ b/services/api/app/models/database_seeds.rb
@@ -2,6 +2,8 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
+require 'refresh_permission_view'
+
 class DatabaseSeeds
   extend CurrentApiClient
   def self.install
@@ -12,5 +14,6 @@ class DatabaseSeeds
     anonymous_group_read_permission
     anonymous_user
     empty_collection
+    do_refresh_permission_view
   end
 end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list