id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 11290,Doesn't work on version 1.0,Giuseppe Ursino,Ryan J Ollos,"When I try to visit the ""new ticket"" page it gives me this error: {{{ Trac detected an internal error: IndexError: list index out of range }}} in Trac version 0.12 it worked fine. My configuration is: {{{ ... [simpleticket] show_only = true fields = cc, component, severity, type, ver_from ... }}} Versions: - plugin: 0.5 - trac: 1.0.1 Error log: {{{ 2013-08-28 10:18:50,294 Trac[main] ERROR: Exception caught while post-processing request: Traceback (most recent call last): File ""build/bdist.linux-i686/egg/trac/web/main.py"", line 243, in dispatch self._post_process_request(req) File ""build/bdist.linux-i686/egg/trac/web/main.py"", line 340, in _post_process_request f.post_process_request(req, *(None,)*extra_arg_count) File ""build/bdist.linux-i686/egg/simpleticket/web_ui.py"", line 31, in post_process_request data['fields'] = [f for f in data['fields'] if f['name'] in self.fields and f is not None] TypeError: 'NoneType' object is unsubscriptable }}} ",defect,closed,normal,SimpleTicketPlugin,blocker,fixed,,,1.0