[arvados] updated: 2.6.0-559-gee9d2efeae

git repository hosting git at public.arvados.org
Sun Sep 3 17:53:04 UTC 2023


Summary of changes:
 apps/workbench/app/views/layouts/body.html.erb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ee9d2efeaefb43fa77bdc567ddff0a46d3453a74 (commit)
      from  3c40555d09e8bee6db8e0c9d3169cf66b8a92c3d (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 ee9d2efeaefb43fa77bdc567ddff0a46d3453a74
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sun Sep 3 13:52:40 2023 -0400

    20850: Don't show wb2 deprecation notice to anonymous users
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb
index 46af0f2d88..91e3406f7c 100644
--- a/apps/workbench/app/views/layouts/body.html.erb
+++ b/apps/workbench/app/views/layouts/body.html.erb
@@ -245,10 +245,10 @@ SPDX-License-Identifier: AGPL-3.0 %>
       <% end %>
     <% end %>
 
+    <% if current_user.andand.is_active %>
     <div id="deprecation-notice" class="row">
       <div class="col-md-12">
 	<div class="alert alert-block alert-warning">
-	    <button type="button" class="close" data-dismiss="alert">×</button>
 	  <span>You are using the <a href="https://doc.arvados.org/user/topics/workbench-migration.html">deprecated workbench application</a>
 	    to access Arvados. A newer workbench application is available.
           <form action="<%= wb2_url %>" method="GET">
@@ -260,6 +260,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
     </div>
   </div>
     </div>
+    <% end %>
 
     <%= render partial: 'browser_unsupported' %><%# requires JS support below %>
     <%= render partial: 'getting_started/getting_started_popup' %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list