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
I put into the deserializer a string (json_encoded) of a boolean field, it looks like : {"field":false}
As handler I use an object with a boolean field property.
When I submit strings {"field":true} or {"field":"foo"} my object field is set to true but it doesn't seems to work with false, neither with {"field":false} nor {"field":0}, the field is not set.
Any idea will be welcome :)
Btw gz for your work.
The text was updated successfully, but these errors were encountered:
Hi,
I put into the deserializer a string (json_encoded) of a boolean field, it looks like : {"field":false}
As handler I use an object with a boolean field property.
When I submit strings {"field":true} or {"field":"foo"} my object field is set to true but it doesn't seems to work with false, neither with {"field":false} nor {"field":0}, the field is not set.
Any idea will be welcome :)
Btw gz for your work.
The text was updated successfully, but these errors were encountered: