Merge branch '17106-s3-fed-token'
[arvados.git] / apps / workbench / app / views / pipeline_instances / show.html.erb
index 881d77102c656e1c7408d72c3d970e32dd5c89ad..e573bf52a23554fc35bb0ef143b6464375f0bbb7 100644 (file)
@@ -23,7 +23,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
 
   <div id="pipeline-instance-tab-buttons"
        class="pane-loaded arv-log-event-listener arv-refresh-on-state-change"
-       data-pane-content-url="<%= url_for(params.merge(tab_pane: "tab_buttons")) %>"
+       data-pane-content-url="<%= url_for(params.permit!.merge(tab_pane: "tab_buttons")) %>"
        data-object-uuid="<%= @object.uuid %>"
        >
     <%= render partial: 'show_tab_buttons', locals: {object: @object}%>