Modify ↓
Opened 20 years ago
Closed 20 years ago
#1692 closed defect (fixed)
Documentation about fine grain permissions shows extra quote
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In http://projects.edgewall.com/trac/wiki/FineGrainedPermissions you show that the project name has single quotes around it. However, the match logic in authzperm.py doesn't appear to strip the quotes. Thus, if I specify
authz_module_name='woof'
my permission checks won't work. If I specify
authz_module_name=woof
then it works.
Attachments (0)
Change History (1)
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Version: | 0.8.4 |
Note:
See TracTickets
for help on using tickets.



I took out the quotes, however in the future if you have a suggestion like this you can edit the Wiki page yourself.