Edgewall Software

Changes between Initial Version and Version 1 of Ticket #5212


Ignore:
Timestamp:
Apr 24, 2007, 6:50:06 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Please indicate which version of Trac you're using in the dedicated field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5212

    • Property Owner changed from Jonas Borgström to Christopher Lenz
    • Property Component ticket systemwebadmin
  • Ticket #5212 – Description

    initial v1  
    11I am trying to create 11 kinds of tickets and assign an order to them. Trac allows me to assign order for the first 10, but gives me error for the 11th.
    22Here is the python tracback....
     3
    34Python Traceback
     5{{{
    46Traceback (most recent call last):
    57  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request
     
    1214    values = dict([(val, True) for val in order.values()])
    1315TypeError: list objects are unhashable
     16}}}