On Thu, Apr 2, 2015 at 1:33 AM, Mat Bruma <[email protected]> wrote: > Hi, > > I'm trying to deny adding comments for closed tickets. I play with > settings in ini file but no success. > > Is there easy way to do this without installing plugins? >
You'll need to install a plugin. You could write a simple plugin implementing IPermissionPolicy that prevents changes when a ticket is closed. It will be similar to the following recipe: http://trac.edgewall.org/wiki/CookBook/Configuration/SignedTickets#Readonlylogic -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
