Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

#5212 closed defect (worksforme)

Adding to the order value while creating a ticket

Reported by: ladharashivkar@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: admin/web Version:
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

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 (0)

Change History (4)

comment:1 by Emmanuel Blot, 17 years ago

Component: ticket systemwebadmin
Description: modified (diff)
Owner: changed from Jonas Borgström to Christopher Lenz

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

comment:2 by sid, 17 years ago

Keywords: needinfo added

comment:3 by Jeffrey Hulten <jeffh@…>, 17 years ago

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

comment:4 by sid, 16 years ago

Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.