]> source.dussan.org Git - redmine.git/commit
Introduces a UserQuery model for admin/users (#37674).
authorGo MAEDA <maeda@farend.jp>
Tue, 20 Sep 2022 03:16:05 +0000 (03:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 20 Sep 2022 03:16:05 +0000 (03:16 +0000)
commitcd70187c2fa2a5058690fde78dcdcb1c759c204e
tree0c863e7455fd70c855522692c0480b843c4be6c7
parent42b381985bebdb025bfba8466840b76d1c917d12
Introduces a UserQuery model for admin/users (#37674).

Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@21823 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/context_menus_controller.rb
app/controllers/queries_controller.rb
app/controllers/users_controller.rb
app/helpers/user_queries_helper.rb [new file with mode: 0644]
app/models/query.rb
app/models/user_query.rb [new file with mode: 0644]
app/views/context_menus/users.html.erb [new file with mode: 0644]
app/views/users/_list.html.erb [new file with mode: 0644]
app/views/users/index.html.erb
config/locales/de.yml
config/locales/en.yml
config/routes.rb
test/functional/users_controller_test.rb