[Mpuls-commits] r2605 - in wasko/branches/2.0: . jmdweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 4 11:52:41 CEST 2010


Author: bh
Date: 2010-05-04 11:52:40 +0200 (Tue, 04 May 2010)
New Revision: 2605

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/jmdweb/public/formed/formedtree.xml
Log:
* jmdweb/public/formed/formedtree.xml: Fix rule for birthdays so
that the field may be empty or unknown.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-05-04 09:43:05 UTC (rev 2604)
+++ wasko/branches/2.0/ChangeLog	2010-05-04 09:52:40 UTC (rev 2605)
@@ -1,3 +1,8 @@
+2010-05-04  Bernhard Herzog  <bh at intevation.de>
+
+	* jmdweb/public/formed/formedtree.xml: Fix rule for birthdays so
+	that the field may be empty or unknown.
+
 2010-05-04  Roland Geider <roland.geider at intevation.de>
 
 	* mpulsweb/public/styles/menu.css:
@@ -10,7 +15,7 @@
 	* mpulsweb/templates/casemanagement/caselist.mako:
 	* mpulsweb/templates/casemanagement/main.mako: tweaks to make the
         CSS menu work with internet explorer
-        
+
 2010-05-03  Bernhard Herzog  <bh at intevation.de>
 
 	* mpulsweb/controllers/case_bundle.py

Modified: wasko/branches/2.0/jmdweb/public/formed/formedtree.xml
===================================================================
--- wasko/branches/2.0/jmdweb/public/formed/formedtree.xml	2010-05-04 09:43:05 UTC (rev 2604)
+++ wasko/branches/2.0/jmdweb/public/formed/formedtree.xml	2010-05-04 09:52:40 UTC (rev 2605)
@@ -194,7 +194,7 @@
           <text description="Name vor der Einbürgerung" function="suppress_value" maxlength="256" name="name_vor_einbuergerung" size="40" target="b"/>
         </group>
         <date description="Geburtsdatum" flags="required:phase_1" name="geburtsdatum" target="b"/>
-        <rule description="Geburtsdatum des Teilnehmers nicht vor dem 1.1.1970" expr="1 1 1970 date $geburtsdatum &lt;=" mark="error:$geburtsdatum" name="rule-0" value="Das Geburtsdatum des Teilnehmers darf nicht vor dem 01.01.1970 liegen"/>
+        <rule description="Geburtsdatum des Teilnehmers nicht vor dem 1.1.1970" expr="$geburtsdatum isset not $geburtsdatum known not or 1 1 1970 date $geburtsdatum &lt;= or" mark="error:$geburtsdatum" name="rule-0" value="Das Geburtsdatum des Teilnehmers darf nicht vor dem 01.01.1970 liegen"/>
         <rule expr="$geburtsdatum isset" name="required-rule-manual1" value="Fehlende Pflichtfeldangabe"/>
         <choice description="Geschlecht" flags="required:phase_1" name="geschlecht" size="1" target="b">
           <bool description="männlich" name="bool-65" value="1"/>



More information about the Mpuls-commits mailing list