ansibleguy76/ansibleforms

Error message on submit not clear.

Closed this issue · 2 comments

When a lot of dependencies and variables depend on each other if a variable is undefined (not valid) the error message on submit is not clear.

A variable doesn't exist because of dependencies but that doesn't matter and then there is a not a descriptive message to help resolving the issue.

The submit button takes few seconds and shows : "it took to long to evaluate all fields before run. Let the form stabilize and try again"
It doesn't show exact where the error is located. Neither error is shown in logs.
All required fields / extra vars are filled (none is undefined)

Can you please add more specific details (variable that is undefined / missing) in error message?

fixed in 5.0.1, will show an icon with unevaluated fields, disable the run button with the same message.