fix: simplify disabled test

This commit is contained in:
egarette@silique.fr 2026-08-25 08:21:06 +02:00
parent 50c7a61335
commit 5adf14feb9

View file

@ -84,11 +84,7 @@ display:
{_('Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.')} {_('Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.')}
disabled: disabled:
jinja: |- jinja: |-
{{% if step.output is propertyerror or step.output != 'display' %}} {{{{ step.output is propertyerror or step.output != 'display' }}}}
true
{{% else %}}
false
{{% endif %}}
return_type: boolean return_type: boolean
description: {_('if display is not set in "step.output"')} description: {_('if display is not set in "step.output"')}