Modify ↓
#13561 closed defect (fixed)
Error when creating a new ticket with GroupTicketFieldsPlugin
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | GroupTicketFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | falkb | Trac Release: | 1.2 |
Description
When creating a new ticket, I get:
Trac detected an internal error: KeyError: 'fields' This is probably a local installation issue.
Python Traceback Most recent call last: File "D:/Python27/lib/site-packages/trac/web/main.py", line 647, in _dispatch_request dispatcher.dispatch(req) File "D:/Python27/lib/site-packages/trac/web/main.py", line 258, in dispatch self._post_process_request(req, *resp) File "D:/Python27/lib/site-packages/trac/web/main.py", line 477, in _post_process_request resp = f.post_process_request(req, *resp[:-1]) File "build/bdist.win32/egg/groupticketfields/ticket.py", line 49, in post_process_request remove_fields.extend(group['fields'])
Anything I can do to fix this?
Attachments (0)
Change History (4)
comment:1 Changed 5 years ago by
Owner: | changed from thomasd to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 5 years ago by
Note: See
TracTickets for help on using
tickets.
In 17371: