Define new project work package path

This being defined to use it from now on to link to a work package
including the project scope.
Afaik there's no reason to link to a work package without project scope.
pull/3491/head
Stefan Botzenhart 9 years ago
parent 7d1da29e97
commit bed42fa28f
  1. 2
      config/routes.rb

@ -315,6 +315,8 @@ OpenProject::Application.routes.draw do
get '/create_new' => 'work_packages#index', on: :collection
end
get '/work_packages/:id(/:tab)' => 'work_packages#index', as: 'work_package'
resources :activity, :activities, only: :index, controller: 'activities'
resources :boards do

Loading…
Cancel
Save