midgardStorage: Subsequent autoSave fails if an editable is update while saving
Opened this issue · 0 comments
hlubek commented
With the autoSave option enabled changes to an editable are not saved, if the element is changed while the save request is still running. This seems to be caused by removing the model from widget.changedModels in saveRemote although new changes were made.