Roundup Tracker - Issues

Message1391

Author njs
Recipients
Date 2004-07-21.04:11:02
Message-id
In-reply-to
Logged In: YES 
user_id=765

If the above problem is fixed, it turns out that there is a
worse one lurking.  In actions.py,
SearchAction.fakeFilterVars attempts in several places to
modify self.form.value.  However, when self.form is a
ZRoundup FormWrapper, there is no attribute self.form.value.
 This means that searching doesn't work with ZRoundup at
all, no matter what template one is using.

The ideal solution is not obvious to me.
History
Date User Action Args
2009-02-03 14:20:52adminlinkissue994957 messages
2009-02-03 14:20:52admincreate