[ARVADOS] created: 4e72d3799b87374412e01805bf8b27a4620cd1db

git at public.curoverse.com git at public.curoverse.com
Wed Mar 18 14:41:06 EDT 2015


        at  4e72d3799b87374412e01805bf8b27a4620cd1db (commit)


commit 4e72d3799b87374412e01805bf8b27a4620cd1db
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 18 14:44:44 2015 -0400

    5318: Add note on sharing page for repository object about lag time taking effect.

diff --git a/apps/workbench/app/views/application/_show_sharing.html.erb b/apps/workbench/app/views/application/_show_sharing.html.erb
index 4b7beb3..21d6521 100644
--- a/apps/workbench/app/views/application/_show_sharing.html.erb
+++ b/apps/workbench/app/views/application/_show_sharing.html.erb
@@ -68,6 +68,12 @@
   <%= link_to_if_arvados_object @object.owner_uuid, friendly_name: true %>.
 </p>
 
+<% if @object.is_a? Repository %>
+<p>
+  Please note that changes to git repository sharing may take up to two minutes to take effect.
+</p>
+<% end %>
+
 <table id="object_sharing" class="topalign table" style="clear: both; margin-top: 1em;">
   <tr>
     <th>User/Group Name</th>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list