Error is:
File '/var/local/allura/Allura/allura/lib/base.py', line 27 in __call__
response = super(WsgiDispatchController, self).__call__(environ, start_response)
File '/var/local/env-allura/lib/python2.7/site-packages/Pylons-1.0-py2.7.egg/pylons/controllers/core.py', line 211 in __call__
response = self._dispatch_call()
File '/var/local/env-allura/lib/python2.7/site-packages/Pylons-1.0-py2.7.egg/pylons/controllers/core.py', line 162 in _dispatch_call
response = self._inspect_call(func)
File '/var/local/env-allura/lib/python2.7/site-packages/Pylons-1.0-py2.7.egg/pylons/controllers/core.py', line 105 in _inspect_call
result = self._perform_call(func, args)
File '/var/local/env-allura/lib/python2.7/site-packages/TurboGears2-2.1.5-py2.7.egg/tg/controllers/dispatcher.py', line 258 in _perform_call
r = self._call(func, params, remainder=remainder)
File '/var/local/env-allura/lib/python2.7/site-packages/TurboGears2-2.1.5-py2.7.egg/tg/controllers/decoratedcontroller.py', line 120 in _call
output = controller_callable(*remainder, **dict(params))
File '/var/local/allura/ForgeTracker/forgetracker/tracker_main.py', line 760 in update_tickets
ticket.custom_fields[k])
KeyError: u'_select'
Created #455: [#5848] Bulk edit of tickets errors when changing custom fields (1cp)
Related
Tickets:
#5848We couldn't reproduce this bug. Actually, code that caused that exception no longer exists. Seems like it was fixed when we implemented asynchronous bulk edit.
Closed #455.