Modify ↓
Opened 15 years ago
Closed 14 years ago
#6495 closed defect (fixed)
KeyError: 'fields'
Reported by: | Jonathan Turkanis | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This appears to be essentially the same problem as #3344.
When I attempt to view a ticket description diff, I get:
Trac detected an internal error: KeyError: 'fields' Python Traceback Most recent call last: File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 216, in dispatch template, data, content_type = \ File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 311, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.linux-i686/egg/mastertickets/web_ui.py", line 64, in post_process_request
The attached patch fixes the problem. I have borrowed the inserted text from [3988].
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | masterticketsplugin-6495.patch added |
---|
comment:1 follow-up: 2 Changed 15 years ago by
comment:2 Changed 15 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in MasterTickets 3.0 (for Trac 0.12):
http://github.com/coderanger/trac-mastertickets/commit/b46dc7e8614bf02a9c35ca14aa17962bc1ee3156
Note: See
TracTickets for help on using
tickets.
This appears to be a duplicate of #3920, but the patch is different