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
The set of prefix.relationKeys (where keys are stored under which the actual relations then are) is currently not handled properly on an unlink. It removes the entire thing.
Instead it should probably remove the ids from the prefix.relations set as it is now, then in an asynchronous check afterwards conditionally remove the prefix.relationKeys set, if the prefix.relations set is empty/gone.
The text was updated successfully, but these errors were encountered:
maritz
changed the title
prefix.relationKeys set is not used and buggy anyways - should be removed
prefix.relationKeys set is not handled correctly on unlink which then breaks unlinkAll
Apr 8, 2022
The set of
prefix.relationKeys
(where keys are stored under which the actual relations then are) is currently not handled properly on an unlink. It removes the entire thing.Instead it should probably remove the ids from the
prefix.relations
set as it is now, then in an asynchronous check afterwards conditionally remove theprefix.relationKeys
set, if theprefix.relations
set is empty/gone.The text was updated successfully, but these errors were encountered: