fix: simplify disabled test
This commit is contained in:
parent
50c7a61335
commit
5adf14feb9
1 changed files with 1 additions and 5 deletions
|
|
@ -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"')}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue