Modify

Opened 14 years ago

Closed 14 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)

ownTicket.doc (43.5 KB) - added by anonymous 14 years ago.
user own ticket pic
notOwnTicket.doc (41.0 KB) - added by anonymous 14 years ago.
user is not own ticket pic

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by anonymous

Attachment: ownTicket.doc added

user own ticket pic

Changed 14 years ago by anonymous

Attachment: notOwnTicket.doc added

user is not own ticket pic

comment:1 Changed 14 years ago by Norman Rasmussen

try changing the order of modules, eg:

[trac] permission_policies = DefaultPermissionPolicy,LegacyAttachmentPolicy,BlackMagicTicketTweaks,VirtualTicketPermissionsPolicy

comment:2 Changed 14 years ago by anonymous

Resolution: wontfix
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Norman Rasmussen.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.