rougail/tests/flattener_dicos/10load_disabled_if_not_in_f.../00-base.xml

39 lines
1.2 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>
2019-11-23 08:17:35 +01:00
2020-02-14 17:59:39 +01:00
<services/>
2019-11-23 08:17:35 +01:00
<variables>
2020-07-24 14:59:09 +02:00
<family name="general">
2019-11-24 20:25:09 +01:00
<variable name="condition" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
2020-07-24 14:59:09 +02:00
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
2020-07-06 19:47:45 +02:00
<variable name="mode_conteneur_actif2" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
2020-07-24 14:59:09 +02:00
<condition name="disabled_if_not_in" source="condition">
2019-11-23 08:17:35 +01:00
<param>oui</param>
2019-11-24 20:25:09 +01:00
<target type="variable">mode_conteneur_actif</target>
<target type="variable">mode_conteneur_actif2</target>
2020-07-24 14:59:09 +02:00
<target type="filelist">afilllist</target>
</condition>
<condition name="disabled_if_not_in" source="activer_client_ldap" fallback="True">
<param>non</param>
<target type="variable">mode_conteneur_actif</target>
2019-11-23 08:17:35 +01:00
</condition>
</constraints>
<help/>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->