Since today all values that are changed using Actions don’t work as usual. The UI only updates after sync is done.
Se let’s say I have an action that changes some values in the current and child rows.
By pressing this button an entity will be created in the products table. The reference will be stored in “Related product”
Looks like as part of refactoring some of our code, we introduced a bug wrt the re-rendering of inline (i.e. nested) views inside a details view. Instead of re-rendering immediately, it only does so when the background sync happens (so after 10 seconds or so). This bug will be fixed in our deployment on Monday (approx noon PST).
Many ppologies for the disruption caused.