Fields are empty on dashboard after updating record
Hi,
Whenever I update values in a record from my surfacecontroller, the values disappear from the dashboard.
We created our own dashboard to accommodate for some extra features that we need, and here, the values still show up fine (they get loaded into a custom record model from RecordStorage), so the data is obviously still there.
I tried installing the 4.0.1 release, but didn't fix it.
In short; when a record gets updated, the controller receives a json string and serializes it into a model - I then loop through the form's fields and set/add values to the record's Values property based on the model's values. Finally the record gets updated through RecordStorage.
Is this a bug, or am I doing something wrong maybe? :)
Fields are empty on dashboard after updating record
Hi,
Whenever I update values in a record from my surfacecontroller, the values disappear from the dashboard.
We created our own dashboard to accommodate for some extra features that we need, and here, the values still show up fine (they get loaded into a custom record model from RecordStorage), so the data is obviously still there.
I tried installing the 4.0.1 release, but didn't fix it.
In short; when a record gets updated, the controller receives a json string and serializes it into a model - I then loop through the form's fields and set/add values to the record's Values property based on the model's values. Finally the record gets updated through RecordStorage.
Is this a bug, or am I doing something wrong maybe? :)
is working on a reply...