remove group constrainte, it's now a normal group
This commit is contained in:
@ -1,16 +1,18 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<rougail version="0.10">
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif1" type="string" description="No change" multi="True">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif2" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<family name="mode_conteneur_actif1" description="No change" leadership="True">
|
||||
<variable name="mode_conteneur_actif1" type="string" description="No change" multi="True">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif2" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
@ -18,8 +20,5 @@
|
||||
<param>oui</param>
|
||||
<target type="variable">mode_conteneur_actif1</target>
|
||||
</condition>
|
||||
<group leader="mode_conteneur_actif1">
|
||||
<follower>mode_conteneur_actif2</follower>
|
||||
</group>
|
||||
</constraints>
|
||||
</rougail>
|
||||
|
Reference in New Issue
Block a user