#5848 Bulk edit of tickets errors when changing custom fields

unreleased
invalid
nobody
42cc (432)
Tracker
nobody
2015-01-18
2013-02-20
No

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'

Related

Tickets: #5848

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-10-14
    • labels: --> 42cc
     
  • Igor Bondarenko - 2013-10-15
    • status: open --> in-progress
     
  • Igor Bondarenko - 2013-10-15

    Created #455: [#5848] Bulk edit of tickets errors when changing custom fields (1cp)

     

    Related

    Tickets: #5848

  • Igor Bondarenko - 2013-10-28
    • status: in-progress --> code-review
     
  • Igor Bondarenko - 2013-10-28

    We 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.

     
  • Dave Brondsema

    Dave Brondsema - 2013-10-28
    • status: code-review --> invalid
    • Milestone: forge-backlog --> forge-nov-01
     

Log in to post a comment.