rougail/tests/dictionaries/80hidden_if_in_filelist/00-base.xml

25 lines
722 B
XML
Raw Normal View History

2020-07-07 20:03:02 +02:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
2021-04-13 11:07:10 +02:00
<services>
<service name="test">
<file filelist="afilllist">/tmp/file1</file>
</service>
</services>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
<value>non</value>
</variable>
<variable name="condition" type="string" description="No change">
<value>non</value>
</variable>
</family>
</variables>
<constraints>
<condition name="hidden_if_in" source="activer_clam" optional="True">
<param>non</param>
<target type="filelist">afilllist</target>
</condition>
</constraints>
2020-07-07 20:03:02 +02:00
</rougail>