]> source.dussan.org Git - redmine.git/commit
Adds projects bulk delete (#36691).
authorMarius Balteanu <marius.balteanu@zitec.com>
Tue, 17 May 2022 20:50:37 +0000 (20:50 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Tue, 17 May 2022 20:50:37 +0000 (20:50 +0000)
commite1d6bfbdcc1de030a4ae59e6f5a80f3d003cabe0
tree31683b98b2301e7bbd89059edcba8489258ab95f
parent883aa3b5cca1645f2aae353f4f180f77c5693c7e
Adds projects bulk delete (#36691).

Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@21592 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/projects_controller.rb
app/jobs/destroy_projects_job.rb [new file with mode: 0644]
app/views/context_menus/projects.html.erb
app/views/projects/bulk_destroy.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/functional/projects_controller_test.rb
test/unit/jobs/destroy_projects_job_test.rb [new file with mode: 0644]