[Mpuls-commits] r3881 - in waska/trunk: . waskaweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 4 15:52:58 CEST 2010


Author: torsten
Date: 2010-10-04 15:52:58 +0200 (Mon, 04 Oct 2010)
New Revision: 3881

Modified:
   waska/trunk/ChangeLog
   waska/trunk/waskaweb/public/formed/formedtree.xml
Log:
Issued1095


Modified: waska/trunk/ChangeLog
===================================================================
--- waska/trunk/ChangeLog	2010-10-04 13:36:44 UTC (rev 3880)
+++ waska/trunk/ChangeLog	2010-10-04 13:52:58 UTC (rev 3881)
@@ -6,6 +6,7 @@
 	  more a workaround. Needs better fix.
 	* waska.json: Issue1159: Added condition for aborting the case. Added
 	more minimum required fields.
+	* waskaweb/public/formed/formedtree.xml: Issue1095: HG:823:57d16e43f714
 
 2010-10-01  Torsten Irländer <torsten.irlaender at intevation.de>
 

Modified: waska/trunk/waskaweb/public/formed/formedtree.xml
===================================================================
--- waska/trunk/waskaweb/public/formed/formedtree.xml	2010-10-04 13:36:44 UTC (rev 3880)
+++ waska/trunk/waskaweb/public/formed/formedtree.xml	2010-10-04 13:52:58 UTC (rev 3881)
@@ -227,6 +227,7 @@
               <bool description="männlich" name="maennlich" value="1"/>
             </choice>
             <date description="Geburtsdatum" flags="evaluation:phase_x;required:phase_1" formularname="Geburtsdatum" function="get_age" modes="-mode1.1anon" name="geburtsdatum" target="b:30"/>
+            <rule description="Das Geburtsdatum darf nicht in der Zukunft liegen" expr="$geburtsdatum isset $geburtsdatum today &gt; and not" mark="error:geburtsdatum" name="rule-8" value="Das Datum darf nicht in der Zukunft liegen"/>
             <choice description="Familienstand" formularname="Familienstand" name="familienstand" size="1" target="b:40">
               <bool checked="true" description="Keine Angabe" name="keineangabe" value="-1"/>
               <bool description="Unbekannt" name="unbekannt" value="-3"/>



More information about the Mpuls-commits mailing list