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
Describe the bug
Manipulated entities in structure edit view does not persist correctly. The position is saved correctly, but the edited label field resets.
It turns out that this is an incompatibility of the new config format. Most instances are using the old array-based entity.attributes. To correctly save and persist changes, the new object-based config for entities is required.
I suggest we run a server-side migration now. The latest app version can handle both config formats, so this should not be noticeable to users. #2066
Describe the bug
Manipulated entities in structure edit view does not persist correctly. The position is saved correctly, but the edited label field resets.
To Reproduce
Steps to reproduce the behavior:
edit data structure
name
field to another group and change the labelExpected behavior
Label should also be saved correctly
Additional context
Not happening on the PR deployment so it seems to have to do with having a real DB.
The text was updated successfully, but these errors were encountered: