mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
Allow addition of watchers via bulk edit context menu (#5754).
git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -91,7 +91,7 @@ Rails.application.routes.draw do
|
||||
|
||||
post 'watchers/watch', :to => 'watchers#watch', :as => 'watch'
|
||||
delete 'watchers/watch', :to => 'watchers#unwatch'
|
||||
get 'watchers/new', :to => 'watchers#new'
|
||||
get 'watchers/new', :to => 'watchers#new', :as => 'new_watchers'
|
||||
post 'watchers', :to => 'watchers#create'
|
||||
post 'watchers/append', :to => 'watchers#append'
|
||||
delete 'watchers', :to => 'watchers#destroy'
|
||||
|
||||
Reference in New Issue
Block a user