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
We call cascade_remove_items() from Toolbox without supplying db cache
apparently to ensure that all cascading ids get cached in cascading_ids().
The call to make_cache(), however, overwrote all existing items in
the cache destroying pending updates. We now supply a new parameter,
keep_existing, to make_cache() to prevent overwriting existing items.
Re spine-tools/Spine-Toolbox#2259
Sometimes after committing changes to a db you need to press the reload button to see the actual committed data.
To reproduce at least one object with a parameter value is needed and another object that may or may not have parameter values.
The text was updated successfully, but these errors were encountered: