Modify ↓
#11986 closed defect (fixed)
Timeline can't be restricted using TracFineGrainedPermissions
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.6 |
Component: | timeline | Version: | |
Severity: | normal | Keywords: | permissions authz bitesized |
Cc: | Branch: | ||
Release Notes: |
Access to timeline can be controlled using TracFineGrainedPermissions. |
||
API Changes: | |||
Internal Changes: |
Description
It should be possible to restrict access to the Timeline using TracFineGrainedPermissions rules such as:
[timeline:*] user1 = TIMELINE_VIEW * =
However this is ineffective because the realm is not used to construct the PermissionCache
object. Two instances can be seen tags/trac-1.0.3/trac/timeline/web_ui.py@:76,91#L70
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
Keywords: | bitesized added |
---|---|
Type: | enhancement → defect |
comment:2 by , 9 years ago
comment:4 by , 9 years ago
Milestone: | next-dev-1.1.x → 1.1.6 |
---|---|
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | new → closed |
Thanks for reviewing. Committed to trunk in [14108].
comment:5 by , 9 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
Proposed changes in log:rjollos.git:t11986_timeline_finegrainedpermissions.