In TicketQuery. When you enter the closed ticket option. Raises an exception.
My trac1.0 ** Projetos GD 2014 ** > [[TicketQuery(status=closed|accepted|assigned|needs_work|new|reopened|testing, > format=progress)]] Error: Traceback (most recent call last): > File > "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", > line 497, in _dispatch_request > dispatcher.dispatch(req) > File > "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", > line 214, in dispatch > resp = chosen_handler.process_request(req) > File > "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/query.py", > line 939, in process_request > max) > File > "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/query.py", > line 77, in __init__ > self.order = synonyms.get(order, order) # 0.11 compatibility > TypeError: unhashable type: 'list' > @ivanelson []s -- 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.
