Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#13561 closed defect (fixed)

Error when creating a new ticket with GroupTicketFieldsPlugin

Reported by: dirk.ruys@… 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 Ryan J Ollos

Owner: changed from thomasd to Ryan J Ollos
Status: newaccepted

comment:2 Changed 5 years ago by Ryan J Ollos

In 17371:

Change repository layout

Refs #13561.

comment:3 Changed 5 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 17372:

0.1dev: Fix KeyError when fields attribute is empty

Fixes #13561.

comment:4 Changed 5 years ago by Ryan J Ollos

In 17373:

0.1dev: Use preferred form of jQuery document-ready

Refs #13561.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.