On Friday, July 10, 2015 at 1:19:43 PM UTC-7, MalaclypsedJ wrote: > > I would like to have this featue as well. Is there any way to do that by > myself? >
Patches for BlackMagicTicketTweaksPlugin are welcome, and they'll be committed if they are of sufficient quality. However, I'm not sure this feature fits well with BlackMagicTicketTweaksPlugin and would meet the criteria of being generally useful without adding too much complexity. You may be better off just writing a custom plugin for yourself that implements ITicketManipulator. http://trac.edgewall.org/wiki/TracDev/PluginDevelopment/ExtensionPoints/trac.ticket.api.ITicketManipulator If you would like to block all fields from being edited after a certain state, you could implement an IPermissionPolicy, similar to: http://trac.edgewall.org/wiki/CookBook/Configuration/SignedTickets#Readonlylogic - Ryan -- 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.
