I have a single page app prototype I’ve been working on in Banzai. It has a model called State that has no Salesforce object and several ui-only fields that I use to store the UI state at any given time. UI components such as navigation items, buttons and row actions fire actions that update the fields on State, then Javascript event handlers read that and drive the UI change.
In Banzai it has worked beautifully for months, but after a recent upgrade to Rockaway 8.10 it stopped working. After some digging, I found that Rockaway doesn’t seem to allow updating ui-only fields on a model with no underlying Salesforce object. If I bind my State model to a Salesforce object, everything works again.
Any idea why that would be the case? My model really only has a client side purpose, so binding it to an object doesn’t make sense.
Question
Updating UI-Only fields no longer working in Rockaway 8.10
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
