On Fri, Dec 7, 2018 at 3:38 PM <[email protected]> wrote: > Is there a way to add a comment to resolved Trac ticket without changing > anything else about it? > > Trac 0.12.3. > > My current choices *(just to add a comment)* are: > > () reopen > () verify to [user list] > () certify > > *Maybe there's some setting where I can choose "don't do other stuff -- I > just want to make a comment"?* >
The behavior you describe suggests that the site workflow is missing the "leave" action. The default workflow has: leave = * -> * leave.operations = leave_status leave.default = 1 See also: https://trac.edgewall.org/wiki/0.12/TracWorkflow - 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
