condition and check

This commit is contained in:
2019-11-27 14:03:34 +01:00
parent 590283ef25
commit 4c84a8b89b
169 changed files with 316 additions and 434 deletions

View File

@ -0,0 +1,29 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<containers/>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="oui/non" description="No change" hidden="True">
<value>non</value>
</variable>
<variable name="mode_conteneur_actif1" type="oui/non" description="No change">
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
<fill name="get_zone_name_bridge" target="mode_conteneur_actif1">
<param type="eole" name="nom_carte">mode_conteneur_actif</param>
<param type="context" name="context"/>
</fill>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->

View File

@ -0,0 +1 @@
{"creole.general.mode_conteneur_actif1": null}

View File

@ -0,0 +1,29 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<family doc="" name="creole">
<family doc="general" name="general">
<property>normal</property>
<variable doc="No change" multi="False" name="mode_conteneur_actif" type="choice">
<choice type="string">oui</choice>
<choice type="string">non</choice>
<property>force_default_on_freeze</property>
<property>frozen</property>
<property>hidden</property>
<property>mandatory</property>
<property>normal</property>
<value type="string">non</value>
</variable>
<variable doc="No change" multi="False" name="mode_conteneur_actif1" type="choice">
<choice type="string">oui</choice>
<choice type="string">non</choice>
<property>mandatory</property>
<property>normal</property>
<value name="get_zone_name_bridge" type="calculation">
<param hidden="True" name="nom_carte" type="eole">creole.general.mode_conteneur_actif</param>
<param hidden="True" name="context" type="context"/>
</value>
</variable>
</family>
<separators/>
</family>
</creole>