Roundup Tracker - Issues

Message155

Author calcium
Recipients
Date 2002-01-14.22:36:11
Message-id
In-reply-to
When trying to update the assigned list, I get the
following error.
It seems that key for 'status' doesnt exist when the
status= '-no selection-'.

I could fix it but am not sure if it'd be consistent
with what u guys want ie check if key exist, if not
ignore field?

#-- cut here
Traceback (most recent call last):
  File
"/usr/lib/python2.1/site-packages/roundup/cgi_client.py",
line 318, in shownode
    self._changenode(props)
  File
"/usr/lib/python2.1/site-packages/roundup/cgi_client.py",
line 367, in _changenode
    if (props['status'] == unread_id or props['status']
== resolved_id and current_status == resolved_id):
KeyError: status
#-- end here

Chai
ps
btw, the 'group' list box in the bug submission page
has no 0.4b1 in it, which is what I'm using.
History
Date User Action Args
2009-02-03 14:20:00adminlinkissue503571 messages
2009-02-03 14:20:00admincreate