Modify

Opened 17 years ago

Closed 11 years ago

#1371 closed defect (wontfix)

custom query bug with MasterTicketsPlugin installed

Reported by: Max Zorloff Owned by: Noah Kantrowitz
Priority: normal Component: PaginateTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Ryan J Ollos)

open custom query, add Blocking, contains 4 for example. Hit update and:

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 240, in dispatch
    *resp)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 269, in _post_process_request
    content_type)
  File "build/bdist.linux-i686/egg/paginate/web_ui.py", line 42, in post_process_request
    results_dict = walk_hdf(req.hdf.getObj('query.results').child())
AttributeError: 'NoneType' object has no attribute 'child'

Attachments (0)

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

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

This plugin is deprecated with Trac 0.11. The functionality was integrated to the Trac core in t:#216.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.