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
There are various test forms that use calculates to set instanceID. This is problematic for clients because calculates can be reevaluated without warning and so the instanceID is not stable on the client side.
It doesn't matter for Central but sometimes these test forms get used as examples or starting points in unexpected contexts. Let's change those to what pyxform outputs and is generally the expected binding for instanceID:
There are various test forms that use calculates to set
instanceID
. This is problematic for clients because calculates can be reevaluated without warning and so theinstanceID
is not stable on the client side.It doesn't matter for Central but sometimes these test forms get used as examples or starting points in unexpected contexts. Let's change those to what
pyxform
outputs and is generally the expected binding forinstanceID
:The text was updated successfully, but these errors were encountered: