Ticket #5212 (closed defect: worksforme)
Adding to the order value while creating a ticket
| Reported by: | ladharashivkar@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description (last modified by eblot) (diff)
I 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. Here is the python tracback....
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r3772-py2.3.egg/webadmin/web_ui.py", line 109, in process_request
path_info)
File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r3772-py2.3.egg/webadmin/ticket.py", line 359, in process_admin_request
values = dict([(val, True) for val in order.values()])
TypeError: list objects are unhashable
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


