[Mpuls-commits] r5034 - in jmd/trunk: . jmdstrukturweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 31 10:07:08 CEST 2011


Author: roland
Date: 2011-05-31 10:07:03 +0200 (Tue, 31 May 2011)
New Revision: 5034

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
Log:
issue2171: make VARCHAR field 180 characters long

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2011-05-31 07:58:22 UTC (rev 5033)
+++ jmd/trunk/ChangeLog	2011-05-31 08:07:03 UTC (rev 5034)
@@ -1,5 +1,10 @@
 2011-05-31 Roland Geider  <roland.geider at intevation.de>
 
+	* jmdstrukturweb/public/formed/formedtree.xml: issue2171: make
+	  VARCHAR field 180 characters long
+
+2011-05-31 Roland Geider  <roland.geider at intevation.de>
+
 	* jmdstrukturweb/public/formed/formedtree.xml: issue2170:
 	  remove field from master_tbl
 

Modified: jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-05-31 07:58:22 UTC (rev 5033)
+++ jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-05-31 08:07:03 UTC (rev 5034)
@@ -152,7 +152,7 @@
             <bool description="existiert, aber ohne regionale Koordinierungsstelle" name="bool-9" value="1"/>
             <bool description="existiert, wird durch Koordinierungs- oder Regiestelle unterstützt" name="bool-10" value="2"/>
           </choice>
-          <text description="Nennung Koordinierungsstelle" maxlength="60" name="zielgruppen_netzwerk_nennung" size="40" target="a"/>
+          <text description="Nennung Koordinierungsstelle" maxlength="180" name="zielgruppen_netzwerk_nennung" size="40" target="a"/>
           <choice description="Mitarbeit in Netzwerk" flags="required:phase_1" name="mitarbeit_netzwerk" size="1" target="b">
             <bool checked="true" description="Keine Angabe" name="keine_angabe" value="-1"/>
             <bool description="Unbekannt" name="unbekannt" value="-3"/>



More information about the Mpuls-commits mailing list