Roundup Tracker - Issues

Issue 2550512

classification
Allow more properties to be sticky in form submissions.
Type: behavior Severity: normal
Components: Web interface Versions: devel
process
Status: closed fixed
:
: stefan : stefan
Priority: : patch

Created on 2009-02-19 23:31 by stefan, last changed 2009-02-19 23:32 by stefan.

Messages
msg3561 Author: [hidden] (stefan) Date: 2009-02-19 23:31
The HTMLClass.__getitem__ method (used to get a property of a
class) honors values set in the current form.  This is used so that
when you submit a form, get an error, and redisplay the current
page, the submitted values are "sticky".  But, this support is not
in HTMLItem.  So, it works only for the "primary" object associated
with a form.  Moving this logic into HTMLProperty makes this work
for everything on the form.
msg3562 Author: [hidden] (stefan) Date: 2009-02-19 23:32
Fixed with rev:4148
History
Date User Action Args
2009-02-19 23:32:57stefansetstatus: new -> closed
resolution: fixed
messages: + msg3562
2009-02-19 23:31:43stefancreate