diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2017-02-18 09:06:22 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-02-18 09:06:22 +0000 |
commit | 6eb45df2fd62c85920c3ef025d7dacadcda05bf4 (patch) | |
tree | 0fb4cdc4e765e1ab48ddf17cba4b179b68dcc4a2 /config | |
parent | 5f3f6ee605f3151214030835d058199fddac46fd (diff) | |
parent | 26160459b56019f445a7d29abc0b72f591e1d2a9 (diff) | |
download | gitlab-ce-6eb45df2fd62c85920c3ef025d7dacadcda05bf4.tar.gz |
Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master'
Todo done clicking is kind of unusable.
Closes #25465
See merge request !8691
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/dashboard.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes/dashboard.rb b/config/routes/dashboard.rb index fb20c63bc63..adc3ad207cc 100644 --- a/config/routes/dashboard.rb +++ b/config/routes/dashboard.rb @@ -14,6 +14,9 @@ resource :dashboard, controller: 'dashboard', only: [] do collection do delete :destroy_all end + member do + patch :restore + end end resources :projects, only: [:index] do |