fix:
This commit is contained in:
parent
0dacebbd8c
commit
c2a2c55c44
1 changed files with 1 additions and 1 deletions
|
|
@ -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"')}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue