valid_enum is now choice
This commit is contained in:
@ -7,8 +7,10 @@
|
||||
</services>
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="condition" type="string" description="No change">
|
||||
<value>non</value>
|
||||
<variable name="condition" type="choice" description="No change">
|
||||
<value type="string">non</value>
|
||||
<choice type="string">non</choice>
|
||||
<choice type="string">statique</choice>
|
||||
</variable>
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
|
||||
<value>non</value>
|
||||
@ -19,11 +21,6 @@
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<check name="valid_enum">
|
||||
<param>non</param>
|
||||
<param>statique</param>
|
||||
<target>condition</target>
|
||||
</check>
|
||||
<condition name="disabled_if_not_in" source="condition">
|
||||
<param>statique</param>
|
||||
<target type="filelist">afilllist</target>
|
||||
|
Reference in New Issue
Block a user