remove group constrainte, it's now a normal group

This commit is contained in:
2021-04-13 19:05:01 +02:00
parent 65d40f494f
commit e5737cd572
2401 changed files with 23705 additions and 1454 deletions

View File

@ -0,0 +1,24 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<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>
</rougail>