happner / happner-2

MIT License
1 stars 1 forks source link

rest parameter eql to 0 gets converted to null by rest request handler #299

Closed DylanABacon closed 4 years ago

DylanABacon commented 4 years ago

When a REST request is made with a body parameter set to 0, the rest component request handler converts this to a null.

This is because if a body parameter does not satisfy the truthy check, the relating arg for which the component method is called with is set to null.

southbite commented 4 years ago

fixed in release 11.4.1