Roundup Tracker - Issues

Message307

Author pohly
Recipients
Date 2002-08-23.08:17:25
Message-id
In-reply-to
Logged In: YES 
user_id=416927

The biggest problem with the current approach in our
installation
are multilinks: the web interface shows retired nodes in the
text box
for such a multilink, but when commiting a change the
retired nodes
cause an error.

Traceback (most recent call last):
  File
"/Projects/psp/roundup/stable/lib/python2.1/site-packages/roundup/cgi_client.py",
line 576, in shownode
    props = parsePropsFromForm(self.db, cl, self.form,
self.nodeid)
  File
"/Projects/psp/roundup/stable/lib/python2.1/site-packages/roundup/cgi_client.py",
line 1353, in parsePropsFromForm
    raise ValueError, _('property "%(propname)s": '
ValueError: property "product": "ASCI_251" not an entry of
product

The workaround at the moment is to remove the offending 
"product" from the list before commiting changes, but roundup
itself should be able to handle this. I think it is okay to
display retired nodes, but then the parsePropsFromForm()
must accept them, too.

Any suggestions?
History
Date User Action Args
2009-02-03 14:20:03adminlinkissue592330 messages
2009-02-03 14:20:03admincreate