[Mpuls-commits] r4799 - in jmd/trunk: . jmdweb/public/formed
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 17 20:13:24 CET 2011
Author: bh
Date: 2011-03-17 20:13:22 +0100 (Thu, 17 Mar 2011)
New Revision: 4799
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdweb/public/formed/formedtree.xml
Log:
Update jmdweb formedtree.xml to HG revision 534:28742dbfcfbb
* jmdweb/public/formed/formedtree.xml: Update to formed tree from
HG revision 534:28742dbfcfbb: Hide option for missing einwilligung
in the offline client
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-03-17 14:46:19 UTC (rev 4798)
+++ jmd/trunk/ChangeLog 2011-03-17 19:13:22 UTC (rev 4799)
@@ -1,3 +1,11 @@
+2011-03-17 Bernhard Herzog <bh at intevation.de>
+
+ Update jmdweb formedtree.xml to HG revision 534:28742dbfcfbb
+
+ * jmdweb/public/formed/formedtree.xml: Update to formed tree from
+ HG revision 534:28742dbfcfbb: Hide option for missing einwilligung
+ in the offline client
+
2011-03-16 Ludwig Reiter <ludwig.reiter at intevation.de>
* jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
Modified: jmd/trunk/jmdweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdweb/public/formed/formedtree.xml 2011-03-17 14:46:19 UTC (rev 4798)
+++ jmd/trunk/jmdweb/public/formed/formedtree.xml 2011-03-17 19:13:22 UTC (rev 4799)
@@ -6,7 +6,9 @@
<rule description="Das Case Management kann nur dann gestartet werden wenn die Einwilligungserklärung gesetzt ist" expr="[ 2 3 ] $phase contains $einwilligung 1 != and not" mark="error:art_begleitung" name="rule-0" value="Das Case Management kann nur dann gestartet werden wenn die Einwilligungserklärung gesetzt ist"/>
<choice description="Einwilligungserklärung" name="einwilligung" size="1" target="a">
<bool description="Liegt vor" name="bool-46" value="1"/>
- <bool description="Liegt nicht vor" name="bool-47" value="0"/>
+ <conditional description="'Liegt nicht vor' verbergen" expr="0" name="conditional-hide-no-ee">
+ <bool description="Liegt nicht vor" name="bool-47" value="0"/>
+ </conditional>
<bool checked="True" description="Liegt noch nicht vor / unklar" name="bool-48" value="-1"/>
</choice>
<group invisible="true" name="group-1">
More information about the Mpuls-commits
mailing list