[Mpuls-commits] r5027 - in jmd/trunk: . jmdweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 30 15:09:27 CEST 2011


Author: roland
Date: 2011-05-30 15:09:21 +0200 (Mon, 30 May 2011)
New Revision: 5027

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdweb/public/formed/formedtree.xml
Log:
issue2157: change field documenting siblings to text

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2011-05-30 13:00:26 UTC (rev 5026)
+++ jmd/trunk/ChangeLog	2011-05-30 13:09:21 UTC (rev 5027)
@@ -1,5 +1,10 @@
 2011-05-30 Roland Geider  <roland.geider at intevation.de>
 
+	* jmdweb/public/formed/formedtree.xml: issue2157: change field
+	  documenting siblings to text
+
+2011-05-30 Roland Geider  <roland.geider at intevation.de>
+
 	* jmdstrukturweb/public/formed/formedtree.xml: issue2132: percentage values
 	  in 4. have to total 100
 

Modified: jmd/trunk/jmdweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdweb/public/formed/formedtree.xml	2011-05-30 13:00:26 UTC (rev 5026)
+++ jmd/trunk/jmdweb/public/formed/formedtree.xml	2011-05-30 13:09:21 UTC (rev 5027)
@@ -273,7 +273,7 @@
         </conditional>
         <text description="Geburtsort" function="suppress_value" maxlength="60" name="geburtsort" size="40" target="b"/>
         <text description="Führerscheinklasse" function="suppress_value" maxlength="60" name="fuehrerschein" size="40" target="c"/>
-        <group containers="a,b,c" description="Familiäre Situation" name="group-21" target="d">
+        <group containers="a,b,c,d,e" description="Familiäre Situation" name="group-21" target="d">
           <choice description="Familienstand" name="familienstand" size="1" target="a">
             <bool checked="True" description="Keine Angabe" name="bool-129" value="-1"/>
             <bool description="Unbekannt" name="bool-128" value="-3"/>
@@ -291,7 +291,6 @@
             <bool description="Ja" name="bool-126" value="1"/>
             <bool description="Nein" name="bool-127" value="0"/>
           </choice>
-          <int description="Anzahl der Geschwister" maxvalue="99" minvalue="0" name="anzahl_geschwister" target="b"/>
           <repeat containers="a" description="Kinder" min="0" name="rg_kinder" target="c">
             <date description="Geburtsdatum" name="kind_geburtsdatum" target="a"/>
             <choice description="Lebt im Haushalt des jungen Menschen" name="kind_haushalt" size="1" target="a">
@@ -302,6 +301,7 @@
             </choice>
           </repeat>
           <textarea description="Weitere Angaben zu den Kindern" function="suppress_value" name="weitere_angaben_kinder" rows="3" target="d"/>
+          <text description="Angaben zu Geschwistern" maxlength="60" name="angaben_geschwister" size="256" target="e"/>
         </group>
         <group containers="a,b,c,d,e,f" description="Migrationsbezogene Informationen zum Status" name="group-84" target="e">
           <choice description="Staatsangehörigkeit" flags="required:phase_3" name="staatsangehoerigkeit" size="1" target="a">



More information about the Mpuls-commits mailing list