Roundup Tracker - Issues

Issue 576241

classification
MultiLink problems in parsePropsFromForm
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : aodl, richard
Priority: normal :

Created on 2002-07-02 04:33 by aodl, last changed 2002-07-02 04:33 by aodl.

Files
File name Uploaded Description Edit Remove
cgi_client.py.diff.txt aodl, 2002-07-02 04:33 cgi_client.py diff against revision 1.29
Messages
msg283 Author: [hidden] (aodl) Date: 2002-07-02 04:33
When parsePropsFromForm in cgi_client.py revision 1.129
comes across a hyperdb.MultiLink, it has problems - at
least, when dealing with ZRoundup and its 'FormItem'
objects.

The attached patch addresses this by seeing if 'value'
has an attribute named 'value', and uses the value of
that attribute in the code that parses out the values
of the MultiLink.

(You can ignore the transposed words part of the patch
- I think I just had a fortuitous incident of hitting
the wrong chord in a remote emacs session on a tricky
terminal).
History
Date User Action Args
2002-07-02 04:33:26aodlcreate