Why Changes in Mendix object are not reflected in javascript action?

0
Hi mendix folks! I found that ,in nanoflow, if the object is passed to javascript action after created or changed, the changes are not reflected in javascript action. For exaple,  1. Create a Object (Attr: {a:1, b:'created'}) Default values are {a: 0, b:'Initial value'} 2. Pass it to javascript action   The result is that,instead of {a:1, b:'created'}, {a: 0, b:'Initial value'} is passed. But after commiting object, it works fine. Why javascript action can't reflect the changes in object?
asked
0 answers