Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7607 closed defect (duplicate)

error in custom query

Reported by: taranjeets@… Owned by:
Priority: normal Milestone:
Component: ticket system Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 443, in process_request

self.display_html(req, query)

File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 552, in display_html

tickets = query.execute(req, db)

File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 171, in execute

val = int (val)

ValueError: invalid literal for int():

Attachments (0)

Change History (2)

comment:1 by ebray, 16 years ago

Resolution: duplicate
Status: newclosed

This is fixed in Trac 0.11: #7021.

comment:2 by Emmanuel Blot, 16 years ago

Milestone: 0.10.6
Priority: highestnormal
Severity: blockernormal

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.