Opened 15 years ago
Closed 15 years ago
#6592 closed defect (wontfix)
virtual permission is not recognized
Reported by: | anonymous | Owned by: | Norman Rasmussen |
---|---|---|---|
Priority: | highest | Component: | VirtualTicketPermissionsPlugin |
Severity: | critical | Keywords: | |
Cc: | zhijiex@… | Trac Release: | 0.11 |
Description
I installed virtualticketpermissions plugin and BlackMagicTicketTweaks Plugin. The two plugin can work independently. But when I combine the two plugin together and config as below: [trac] permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy,VirtualTicketPermissionsPolicy,BlackMagicTicketTweaks [blackmagic] tweaks = priority priority.permission = TICKET_IS_OWNER
Prioprity can not be changed whatever user is ticket owner or not.
Is TICKET_IS_OWNER truely assigned by the VirtualTicketPermissionsPlugin if the owner field is set to the authenticated user?
Why BlackMagicTicketTweaksPlugin can not detect it?
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | ownTicket.doc added |
---|
comment:1 Changed 15 years ago by
try changing the order of modules, eg:
[trac] permission_policies = DefaultPermissionPolicy,LegacyAttachmentPolicy,BlackMagicTicketTweaks,VirtualTicketPermissionsPolicy
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The problem can not be solved by setting
permission_policies = DefaultPermissionPolicy?,LegacyAttachmentPolicy?,BlackMagicTicketTweaks?,VirtualTicketPermissionsPolicy?
I already raised this problem at BlackMagicTicketTweaks plugin. It will help to solve this problem.
http://trac-hacks.org/ticket/6519
user own ticket pic