[Formed-commits] r433 - trunk/formed/formed/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 27 10:42:25 CET 2010
Author: torsten
Date: 2010-12-27 10:42:24 +0100 (Mon, 27 Dec 2010)
New Revision: 433
Modified:
trunk/formed/formed/model/data.py
Log:
* formed/formed/model/data.py (WidgetCollector.visitor): Removed clause to ignore Repeatgroups.
Modified: trunk/formed/formed/model/data.py
===================================================================
--- trunk/formed/formed/model/data.py 2010-12-13 11:50:48 UTC (rev 432)
+++ trunk/formed/formed/model/data.py 2010-12-27 09:42:24 UTC (rev 433)
@@ -33,8 +33,6 @@
if isinstance(nc, (RadioNode, ChoiceNode)):
self.widgets.append(nc)
return VISIT_IGNORE_CHILDREN
- if isinstance(nc, GroupNode) and nc.isRepeat() and nc != self:
- return VISIT_IGNORE_CHILDREN
elif isinstance(nc, Leaf) and not isinstance(nc,
(RuleLeaf, ExternalChoiceListLeaf, InfoLeaf)):
self.widgets.append(nc)
More information about the Formed-commits
mailing list