Modify ↓
Opened 18 years ago
Closed 12 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 )
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 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This plugin is deprecated with Trac 0.11. The functionality was integrated to the Trac core in t:#216.