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
The API correctly reports the malformed payload as an error:
{"faultstring":"invalid literal for int() with base 10: ''"}
The text was updated successfully, but these errors were encountered:
nzlosh
changed the title
Edited fields are not restore to correct data type and/or default value.
Edited fields are not restored to correct data type and/or default value.
Sep 22, 2022
Which version of StackStorm is this?
There were changes on the default handling made in 3.7.0 - see #949. So I'm wondering if this is before or after that change.
Steps to produce error
core.local
actioncmd
field withdate
timeout
field withd
d
fromtimeout
fieldrun
.Expected Result
The action is submitted and accepted for execution.
Actual Result
An error stating the submission failed. The request payload shows
timeout
being sent as an empty string when its default value should be60
.The API correctly reports the malformed payload as an error:
The text was updated successfully, but these errors were encountered: