]> source.dussan.org Git - redmine.git/commit
Add default spent time activity per role (#29286).
authorGo MAEDA <maeda@farend.jp>
Tue, 9 Aug 2022 02:50:11 +0000 (02:50 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 9 Aug 2022 02:50:11 +0000 (02:50 +0000)
commit38f7a064051f581ea3a6f40f6957cf5e2021ce7a
tree83446b1c47c5743724ce837e81dff8cb9ebc6231
parent5c5ae4637c903279f6297aa73a7b0035d3bfb59d
Add default spent time activity per role (#29286).

Patch by Marius BALTEANU and Mizuki ISHIKAWA.

git-svn-id: https://svn.redmine.org/redmine/trunk@21763 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/timelog_helper.rb
app/models/role.rb
app/models/time_entry.rb
app/models/time_entry_activity.rb
app/views/roles/_form.html.erb
app/views/timelog/new.js.erb
config/locales/en.yml
db/migrate/20220806215628_add_default_time_entry_activity_to_roles.rb [new file with mode: 0644]
test/functional/timelog_controller_test.rb
test/unit/time_entry_activity_test.rb