You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is seen on StackStorm 3.2.0 and 3.3.0dev.
Steps to reproduce:
Run action core.ask and take the default parameters
In the Inquiries tab, go the pending inquiry and hit Respond without clicking on the "continue" checkbox
Expected outcome - should send default value of continue: false, but it sends into st2 api a response payload of {}
NB. If you instead click and then unclick the continue box, then it will send a response payload of { continue: false}
It also fails if after clicking the continue checkbox that you then click the button to return to defaults. In this scenario it again sends the response payload of {}
The text was updated successfully, but these errors were encountered:
This issue is seen on StackStorm 3.2.0 and 3.3.0dev.
Steps to reproduce:
NB. If you instead click and then unclick the continue box, then it will send a response payload of { continue: false}
It also fails if after clicking the continue checkbox that you then click the button to return to defaults. In this scenario it again sends the response payload of {}
The text was updated successfully, but these errors were encountered: