3531: Pass through tab_pane to reused partials, so element IDs are really unique
[arvados.git] / apps / workbench / app / views / projects / _show_jobs_and_pipelines.html.erb
index 02a84c35b8536ddc8565a7937a9404f5637db9ad..df31fec8ee0bf19df7058fa358d0330636d06798 100644 (file)
@@ -1,3 +1,3 @@
 <%= render_pane 'tab_contents', to_string: true, locals: {
     filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]]
-    } %>
+    }.merge(local_assigns) %>