rougail/tests/dictionaries/40ifin_leadershipauto/00-base.xml

37 lines
1.3 KiB
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2020-02-16 21:27:42 +01:00
<rougail>
2020-12-26 15:15:51 +01:00
<services>
<service name='test'>
<file name='/etc/mailname'/>
</service>
</services>
2019-11-23 08:17:35 +01:00
<variables>
2019-11-24 20:25:09 +01:00
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif" type="string" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="condition" type="string" description="condition">
<value>oui</value>
</variable>
<variable name="leader" type="string" description="leader" multi="True">
2020-12-26 15:15:51 +01:00
<value>a</value>
</variable>
2020-07-16 09:50:01 +02:00
<variable name="follower1" type="string" description="follower1" hidden="True"/>
<variable name="follower2" type="string" description="follower2"/>
2019-11-23 08:17:35 +01:00
</family>
</variables>
<constraints>
2020-04-18 09:00:03 +02:00
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
2019-11-23 08:17:35 +01:00
</group>
2020-07-06 19:47:45 +02:00
<fill name="calc_val" target="follower1">
2019-11-24 20:25:09 +01:00
<param name="valeur">valfill</param>
2020-07-06 19:47:45 +02:00
</fill>
2019-11-24 20:25:09 +01:00
<condition name="disabled_if_in" source="condition">
2019-11-23 08:17:35 +01:00
<param>oui</param>
2020-04-18 09:00:03 +02:00
<target type="variable">follower1</target>
2019-11-23 08:17:35 +01:00
</condition>
</constraints>
2020-02-16 21:27:42 +01:00
</rougail>