This commit is contained in:
egarette@silique.fr 2025-12-29 21:50:44 +01:00
parent 0dacebbd8c
commit c2a2c55c44

View file

@ -33,7 +33,7 @@ questionary:
help: {_("The user will enter variable values in a command-line interface. The variables will be displayed one after another, allowing the user to change or add values.")}
disabled:
jinja: >-
{{{{ step.user_data is not propertyerror or 'questionary' not in step.user_data }}}}
{{{{ step.user_data is propertyerror or 'questionary' not in step.user_data }}}}
return_type: boolean
description: {_('if questionary is not set in "step.user_data"')}