Modify ↓
Opened 17 years ago
Closed 17 years ago
#2668 closed enhancement (fixed)
Adding a new set of permissions: WORK_LOG, WORK_VIEW and WORK_ADMIN
Reported by: | Carsten Fechtmann | Owned by: | Colin Guthrie |
---|---|---|---|
Priority: | normal | Component: | WorkLogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I wish I had known about this plugin a few years ago (or about trac for that matter), as this would not only have cost a lot less, but is also much easier and more flexible than what our company bought at that time.
In short, thanks a lot for this nice plugin!
However, as there are situations where one either doesn't want or is even legally bound to not make work-time freely viewable, here a small patch to remedy this.
There are three new permissions:
- WORK_LOG: for just logging your time.
- WORK_VIEW: logging plus viewing of who is doing what in the 'Work Log' panel
- WORK_ADMIN: all of the above, but also access to the setting in the 'Work Log' area in the admin panel.
Enjoy
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | WORK_LOG-WORK_VIEW-WORK_ADMIN.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch that introduces WORK_LOG, WORK_VIEW & WORK_ADMIN permissions (@rev3303)