]> source.dussan.org Git - redmine.git/commit
Adds a role setting that viewing all or own time entries (#8929).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 May 2015 07:40:57 +0000 (07:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 May 2015 07:40:57 +0000 (07:40 +0000)
commit6659aad3ef651b714a66d648cef2f25e3fff8516
tree4f820edcddb221573b29f91a05786eabff94dd7a
parent5e28f0b1b6aaabb327d458213f14cf6e5b90ae8a
Adds a role setting that viewing all or own time entries (#8929).

git-svn-id: http://svn.redmine.org/redmine/trunk@14275 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/projects_controller.rb
app/models/role.rb
app/models/time_entry.rb
app/models/user.rb
app/views/issues/show.html.erb
app/views/projects/_sidebar.html.erb
app/views/roles/_form.html.erb
app/views/versions/show.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20150526183158_add_roles_time_entries_visibility.rb [new file with mode: 0644]
test/unit/time_entry_test.rb