Object state not stored locally when persisting

Hi!

When using offline mode and persisting the object state is not stored locally until you use read objects. This happens regardless if the device is offline or not. My expectation would be that the object state is stored locally when you persist.

Steps to reproduce:

  • Enable offline in app settings
  • Create new object and check object state (NEW)
  • Persist object and check state (Synchronized)
  • Refresh app and check object state (NEW)

Hello Lars and thank you for reporting this to the community :smile:

I was able to reproduce this on my machine and have made a ticket for the Dev team to look at.

//Erik

1 Like

Hi,

The new release should contain a fix for the Object State not being stored in offline apps :slightly_smiling_face:

// Erik

2 Likes