condition
This commit is contained in:
@ -0,0 +1 @@
|
||||
{"creole.general.condition": "non", "creole.general.mode_conteneur_actif": "non", "creole.general.mode_conteneur_actif2": "non"}
|
@ -1,14 +1,9 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<constraints>
|
||||
<condition name="disabled_if_in" source="creole.general.condition">
|
||||
<param hidden="True" type="string">oui</param>
|
||||
<target type="variable">creole.general.mode_conteneur_actif</target>
|
||||
<target type="variable">creole.general.mode_conteneur_actif2</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
<constraints/>
|
||||
<family doc="" name="creole">
|
||||
<family hidden="False" mode="normal" doc="general" name="general">
|
||||
<family doc="general" name="general">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="False" name="condition" type="choice">
|
||||
<choice type="string">oui</choice>
|
||||
<choice type="string">non</choice>
|
||||
@ -21,6 +16,7 @@
|
||||
<choice type="string">non</choice>
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<property expected="oui" inverse="False" source="creole.general.condition" type="calculation">disabled</property>
|
||||
<value type="string">non</value>
|
||||
</variable>
|
||||
<variable doc="No change" multi="False" name="mode_conteneur_actif2" type="choice">
|
||||
@ -28,6 +24,7 @@
|
||||
<choice type="string">non</choice>
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<property expected="oui" inverse="False" source="creole.general.condition" type="calculation">disabled</property>
|
||||
<value type="string">non</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
Reference in New Issue
Block a user