hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

view_others_time_trackers #103

Closed shuozhifenxi closed 10 years ago

shuozhifenxi commented 11 years ago

In redmine_time_tracker/app/controllers/tt_info_controller.rb

it will check if the user has permission named ":view_others_time_trackers" before showing other users active tracker.

However, there is no such permission in the administration page for this plugin.

There are only 7 permissions currently as below for this plugin.

Create TimeLogs (global), Edit own TimeLogs (global), Edit all TimeLogs (global), View TimeBookings, Create TimeBookings, Edit own TimeBookings, and Edit all TimeBookings

Could you fix this please?