On Feb 10, 6:21 am, Ole Schaper <[EMAIL PROTECTED]> wrote: > Hi, > > I can't find an option to add a custom permission... > I wan't do define new Permissions for myself that restricts some > behaviour in the way I want it to. > Mainly because I want to restrict someone who can reesolve tickets from > changing the properties (eg Priority) > So I want to define something like TICKET_MODIFY - TICKET_CHGPROP. > Is this possible at all?
That's pretty much what TICKET_APPEND is for. It allows users to comment on tickets, but not change the properties. However, users with TICKET_APPEND will not be able to resolve or reassign tickets, which is specific to TICKET_MODIFY. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
