]> source.dussan.org Git - redmine.git/commit
Adds the date of the last activity to the list of available columns for Projects...
authorMarius Balteanu <marius.balteanu@zitec.com>
Fri, 3 May 2024 13:14:18 +0000 (13:14 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Fri, 3 May 2024 13:14:18 +0000 (13:14 +0000)
commit8b57ffc3c750b253e316fbfd8871d5c2da045557
treee4a8c9aa0471fa6e95adf45e3e11bd1e69b5e1a5
parent6524dd3eaa9f36906060d6cf747086ee5c8ebcec
Adds the date of the last activity to the list of available columns for Projects (#23954).

Patch by Frederico Camara (@fredsdc) and Marius BÄ‚LTEANU (@marius.balteanu).

git-svn-id: https://svn.redmine.org/redmine/trunk@22811 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/admin_controller.rb
app/controllers/projects_controller.rb
app/models/project.rb
app/models/project_query.rb
config/locales/en.yml
config/locales/pt-BR.yml
lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
lib/redmine/activity/fetcher.rb
test/functional/projects_controller_test.rb
test/unit/project_test.rb