Modify ↓
Opened 16 years ago
Closed 14 years ago
#3806 closed defect (worksforme)
KeyError
Reported by: | anonymous | Owned by: | John Hampton |
---|---|---|---|
Priority: | normal | Component: | TaskListPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
When I run queries under TaskLisk I get the following error:
Trac detected an internal error: KeyError: 'summary' File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/tasklist/main.py", line 174, in process_request
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I'm not able to reproduce this issue. Please reinstall from the current trunk and reopen the ticket if you continue to have issues.
Note: See
TracTickets for help on using
tickets.
#4786 closed as a duplicate. Perhaps we can raise an error if the custom field has not been defined in trac.ini.