rougail/tests/dictionaries/11disabledifin_filelist_not.../00-base.xml

28 lines
857 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2021-04-13 11:07:10 +02:00
<services>
<service name="test">
<file filelist="afilllist">/tmp/file</file>
</service>
</services>
<variables>
<family name="general">
<variable name="condition" type="string" description="No change">
<value>non</value>
</variable>
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
<value>non</value>
</variable>
<variable name="mode_conteneur_actif2" type="string" description="No change" hidden="True">
<value>non</value>
</variable>
</family>
</variables>
<constraints>
<condition name="disabled_if_not_in" source="condition">
<param>unpossible</param>
<target type="filelist">afilllist</target>
</condition>
</constraints>
2020-02-16 21:27:42 +01:00
</rougail>