[Mpuls-commits] r5407 - jmd/trunk/jmdstrukturweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 5 10:08:11 CEST 2011


Author: roland
Date: 2011-10-05 10:08:09 +0200 (Wed, 05 Oct 2011)
New Revision: 5407

Modified:
   jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
Log:
issue2371: add minvalue of 0 for field "anzahl_nha_stellenteile" (was not
checked in for some reason last time)


Modified: jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-10-04 13:55:34 UTC (rev 5406)
+++ jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-10-05 08:08:09 UTC (rev 5407)
@@ -111,7 +111,7 @@
           <rule expr="$anzahl_ha_migration isset" mark="warning:anzahl_ha_migration" name="required-rule-9" value="Fehlende Pflichtfeldangabe"/>
         </group>
         <group containers="a,b,c,d" description="Anzahl der nicht-hauptamtlichen MA" name="group-8" target="b">
-          <float description="In Stellenteilen" flags="required:phase_1" name="anzahl_nha_stellenteile" target="a"/>
+          <float description="In Stellenteilen" flags="required:phase_1" minvalue="0" name="anzahl_nha_stellenteile" target="a"/>
           <int description="In Personen" flags="required:phase_1" minvalue="0" name="anzahl_nha_personen" target="a"/>
           <int description="Männlich" flags="required:phase_1" minvalue="0" name="anzahl_nha_maennlich" target="b"/>
           <int description="Weiblich" flags="required:phase_1" minvalue="0" name="anzahl_nha_weiblich" target="b"/>



More information about the Mpuls-commits mailing list