]> source.dussan.org Git - redmine.git/commit
Per role visibility settings for spent time custom fields (#31859).
authorGo MAEDA <maeda@farend.jp>
Fri, 9 Aug 2019 09:31:16 +0000 (09:31 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 9 Aug 2019 09:31:16 +0000 (09:31 +0000)
commit3c91a3d5b2f9a2ce55b941ee68fbaa596b5b3052
treed54cf120aea24f14b4eb7a06f41749f1eacd6e7a
parent433d8a081f29785ac2d21cba36592678f4001511
Per role visibility settings for spent time custom fields (#31859).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18358 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/issue_query.rb
app/models/time_entry.rb
app/models/time_entry_custom_field.rb
app/views/custom_fields/_form.html.erb
app/views/custom_fields/_visibility_by_role_selector.html.erb [new file with mode: 0644]
app/views/timelog/_form.html.erb
app/views/timelog/index.api.rsb
test/functional/custom_fields_controller_test.rb
test/functional/timelog_custom_fields_visibility_test.rb
test/functional/timelog_report_test.rb