Modify ↓
Opened 15 years ago
Closed 8 years ago
#7804 closed defect (wontfix)
Use groups in access()
| Reported by: | anonymous | Owned by: | Jonathan Turkanis |
|---|---|---|---|
| Priority: | normal | Component: | AccessMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
The access() deny() functions don't seem to work with permission groups. Say I have a group defined as "programmers" which includes a bunch of permission Actions. I'd like to be able to do this:
{{{
#!access
#allow(programmers)
Only programmers can see this
}}}
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 8 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



I needed the same functionality so I made a little patch. You can download the patch from https://gist.github.com/1218720
Or checkout my latest version from https://github.com/leihog/TracAccessMacro