id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 5503,[PATCH] KeyError: 'fields',jens.rantil@…,Noah Kantrowitz,"==== How to Reproduce ==== While doing a GET operation on `/ticket/2191`, Trac issued an internal error. ''I wanted to see the diff of a ticket summary change (url=/ticket/2191?action=diff&version=1).'' Request parameters: {{{ {'action': u'diff', 'version': u'1', 'id': u'2191'} }}} ==== System Information ==== || '''Trac''' || `0.11.1` || || '''Python''' || `2.4.4 (#1, Oct 22 2008, 20:17:05) ` [[br]] `[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]` || || '''setuptools''' || `0.6c3` || || '''SQLite''' || `3.3.8` || || '''pysqlite''' || `2.3.2` || || '''Genshi''' || `0.5.1` || || '''mod_python''' || `3.2.10` || || '''Subversion''' || `1.5.1 (r32289)` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 423, in _dispatch_request dispatcher.dispatch(req) File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 208, in dispatch template, data, content_type = \ File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 299, in _post_process_request resp = f.post_process_request(req, *resp) File ""build/bdist.linux-x86_64/egg/mastertickets/web_ui.py"", line 64, in post_process_request KeyError: 'fields' }}} ",defect,closed,normal,MasterTicketsPlugin,normal,fixed,,,0.11