[Mpuls-commits] r3608 - in wasko/trunk: . waskoweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 13 17:29:49 CEST 2010


Author: roland
Date: 2010-09-13 17:29:48 +0200 (Mon, 13 Sep 2010)
New Revision: 3608

Modified:
   wasko/trunk/ChangeLog
   wasko/trunk/waskoweb/public/formed/formedtree.xml
Log:
issue783: use correct sorting for default entries

Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog	2010-09-13 15:28:41 UTC (rev 3607)
+++ wasko/trunk/ChangeLog	2010-09-13 15:29:48 UTC (rev 3608)
@@ -1,3 +1,8 @@
+2010-09-13  Roland Geider  <roland.geider at intevation.de>
+
+	* waskoweb/public/formed/formedtree.xml: issue783: use correct sorting
+	  for default entries (n.A., others, unknown)
+
 2010-09-13  Bernhard Herzog  <bh at intevation.de>
 
 	* wasko.json: Activate XML import feature.

Modified: wasko/trunk/waskoweb/public/formed/formedtree.xml
===================================================================
--- wasko/trunk/waskoweb/public/formed/formedtree.xml	2010-09-13 15:28:41 UTC (rev 3607)
+++ wasko/trunk/waskoweb/public/formed/formedtree.xml	2010-09-13 15:29:48 UTC (rev 3608)
@@ -125,6 +125,9 @@
               </conditional>
               <conditional expr="$cm_dok_end_art isset $cm_dok_end_art 2 == and" invisible="true" name="conditional-7" target="d">
                 <choice description="Gründe für sonstige Beendigung" name="cm_dok_end_sonst" size="1" target="d">
+                  <bool checked="true" description="keine Angabe" name="bool-1136" value="-1"/>
+                  <bool description="unbekannt" name="bool-1134" value="-3"/>
+                  <bool description="Sonstiges" name="bool-1135" value="-2"/>
                   <bool description="Umzug" name="bool-349" value="1"/>
                   <bool description="Schwangerschaft" name="bool-1129" value="2"/>
                   <bool description="Krankheit" name="bool-1130" value="3"/>
@@ -139,9 +142,6 @@
                   <bool description="Vermittlung: Stationäre Unterbringung / Heim / WG" name="bool-1166" value="9"/>
                   <bool description="Schulpflichterfüllung" name="bool-1167" value="10"/>
                   <bool description='Alteintrag "Ausbildung, Arbeit"' name="bool-1142" value="6"/>
-                  <bool description="unbekannt" name="bool-1134" value="-3"/>
-                  <bool description="Sonstiges" name="bool-1135" value="-2"/>
-                  <bool checked="true" description="keine Angabe" name="bool-1136" value="-1"/>
                 </choice>
               </conditional>
               <rule description="'cm_dok_datum_beendigung' muss vor 'cm_wiederauf_datum_bis_2' liegen." expr="$cm_dok_datum_beendigung isset $cm_dok_datum_beendigung known and $cm_wiederauf_datum_bis_2 isset $cm_wiederauf_datum_bis_2 known and and $cm_dok_datum_beendigung $cm_wiederauf_datum_bis_2 &gt; and not" mark="error:cm_dok_datum_beendigung" name="date-sequence-rule-7-1" value="'Datum der Beendigung' darf zeitlich nicht nach 'Datum Wiederaufnahme genehmigt bis' liegen."/>
@@ -2637,6 +2637,9 @@
             </group>
             <group description="Angaben zur sonstigen Beendigung" name="group-69" target="c">
               <choice description="Gründe für sonstige Beendigung" flags="required:phase_3" name="cm_end_sonst" size="1">
+                <bool checked="true" description="keine Angabe" name="bool-1145" value="-1"/>
+                <bool description="unbekannt" name="bool-1143" value="-3"/>
+                <bool description="Sonstiges" name="bool-1144" value="-2"/>
                 <bool description="Umzug" name="bool-1137" value="1"/>
                 <bool description="Schwangerschaft" name="bool-1138" value="2"/>
                 <bool description="Krankheit / Klinikaufenthalt / Therapie" name="bool-1139" value="3"/>
@@ -2651,9 +2654,6 @@
                 <bool description="Vermittlung: Stationäre Unterbringung / Heim / WG" name="bool-2101" value="9"/>
                 <bool description="Schulpflichterfüllung" name="bool-2101" value="10"/>
                 <bool description='Alteintrag "Ausbildung, Arbeit"' name="bool-1142" value="6"/>
-                <bool description="unbekannt" name="bool-1143" value="-3"/>
-                <bool description="Sonstiges" name="bool-1144" value="-2"/>
-                <bool checked="true" description="keine Angabe" name="bool-1145" value="-1"/>
               </choice>
               <rule description="keine pflichtfelder, da keine sonstige beendigung" expr="$cm_end_sonst -1 == $cm_end_art 2 == and not" mark="warning:cm_end_sonst" name="required-rule-manual-7" value="Fehlende Pflichtfeldangabe"/>
               <text description="Nennung Sonstiges" function="suppress_value" maxlength="256" name="cm_end_sonst_t" size="40"/>



More information about the Mpuls-commits mailing list