Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5280 closed defect (duplicate)

Error when a report with custom query is opened for the second time, by using the saved URL.

Reported by: sdeshmukh@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Traceback (most recent call last):
  File "e:\python23\lib\site-packages\trac\web\main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "e:\python23\lib\site-packages\trac\web\main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "e:\python23\lib\site-packages\trac\ticket\query.py", line 443, in process_request
    self.display_html(req, query)
  File "e:\python23\lib\site-packages\trac\ticket\query.py", line 608, in display_html
    req.hdf['query.num_matches_group'] = num_matches_group
  File "e:\python23\lib\site-packages\trac\web\clearsilver.py", line 195, in __setitem__
    self.set_value(name, value, True)
  File "e:\python23\lib\site-packages\trac\web\clearsilver.py", line 243, in set_value
    add_value(name, value)
  File "e:\python23\lib\site-packages\trac\web\clearsilver.py", line 235, in add_value
    add_value('%s.%s' % (prefix, k), value[k])
  File "e:\python23\lib\site-packages\trac\web\clearsilver.py", line 242, in add_value
    set_str(prefix, value)
  File "e:\python23\lib\site-packages\trac\web\clearsilver.py", line 213, in set_str
    self.hdf.setValue(prefix.encode('utf-8'), str(value))
Error: Traceback (innermost last):
  File "neo_hdf.c", line 783, in hdf_set_value()
  File "neo_hdf.c", line 773, in _set_value()
AssertError: Unable to set Empty component query.num_matches_group.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

This is a duplicate of #4218. It has been fixed for the 0.10.4 release, please upgrade.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.