Edgewall Software

Ticket #5212 (closed defect: worksforme)

Opened 17 months ago

Last modified 9 months ago

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

Changed 17 months ago by eblot

  • owner changed from jonas to cmlenz
  • component changed from ticket system to webadmin
  • description modified (diff)

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

Changed 12 months ago by sid

  • keywords needinfo added

Changed 12 months ago by Jeffrey Hulten <jeffh@…>

Dear ladharashivkar@…,

There is an outstanding request for more information on Trac ticket #5212 (Adding to the order value while creating a ticket). Please supply the needed information or let us know if this is no longer an issue.

http://trac.edgewall.org/ticket/5212#comment:1

Thanks,

Jeffrey Hulten

Changed 9 months ago by sid

  • status changed from new to closed
  • resolution set to worksforme

No new information in 8 months, so I'm going to close this. If you have provide the version and some more details, we can reopen this issue. Thanks.

Add/Change #5212 (Adding to the order value while creating a ticket)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.