Modify ↓
#13608 closed defect (fixed)
Version 0.6.0 doesn't support restriction of tickets anymore
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | highest | Component: | SimpleMultiProjectPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
In Version 0.6.0, when a project X is restricted to user A (only user in the restriction), user B can still view tickets of project X.
The restriction was still working correctly in version 0.5.2
I am using Trac 1.2.2
Attachments (0)
Change History (7)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
I used the following permission_policies for both versions:
permission_policies = ProjectTicketsPolicy,ReadonlyWikiPolicy,DefaultPermissionPolicy,LegacyAttachmentPolicy
comment:3 Changed 5 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:6 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
What is your
[trac]
permission_policies
setting?