summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-06-25 19:03:36 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-06-25 19:03:36 +0000
commit193ca9faee467e8b9e0b912026f956da8c4a0fdb (patch)
tree100fac98389fb990b0a21d77c98d1ac412237f0a /config
parent0afa535765599073d0f92f2029ea28e98d8dfcdd (diff)
downloadredmine-193ca9faee467e8b9e0b912026f956da8c4a0fdb.tar.gz
redmine-193ca9faee467e8b9e0b912026f956da8c4a0fdb.zip
Add bulk lock feature to user list context menu (#40913).
Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22898 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d884d62db..f7cc3ac14 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -112,6 +112,7 @@ Rails.application.routes.draw do
resources :users do
collection do
delete 'bulk_destroy'
+ post :bulk_lock
end
resources :memberships, :controller => 'principal_memberships'
resources :email_addresses, :only => [:index, :create, :update, :destroy]