3687: Merge branch 'master' into 3687-grant-permission-on-repo-TC
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index f185abe69e7bddbda805c137fbed8aec6ceb0280..0f9901aa0ad417356dd27b63a5d9b82ccfcec321 100644 (file)
@@ -6,7 +6,7 @@
         <ul class="dropdown-menu" role="menu">
           <li><%= link_to "Create new collection with selected collections", '#',
                   'data-href' => combine_selected_path(
-                    action_data: {selection_param: 'project'}.to_json
+                    action_data: {current_project_uuid: @object.uuid}.to_json
                   ),
                   'id' => 'combine_selections_button',
                   'data-selection-param-name' => 'selection[]',