X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bd86112ffba029e0f2c29c7d12ae6192e4097e18..4154420cdd2a2ac6cdb2cc57357f42513fb287cc:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 8f01a767b3..9f9696face 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -72,6 +72,7 @@ ArvadosWorkbench::Application.routes.draw do match 'remove_items', on: :member, via: :delete, action: :remove_items get 'choose', on: :collection post 'share_with', on: :member + get 'tab_counts', on: :member end resources :search do get 'choose', :on => :collection @@ -80,6 +81,7 @@ ArvadosWorkbench::Application.routes.draw do post 'actions' => 'actions#post' get 'actions' => 'actions#show' get 'websockets' => 'websocket#index' + post "combine_selected" => 'actions#combine_selected_files_into_collection' root :to => 'projects#index'