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
EntitiesRepository#delete should accept the list name as a parameter to directly remove the entity from the specified list. Currently, it only takes the entity ID and iterates through all existing lists to locate and remove it.
The text was updated successfully, but these errors were encountered:
Problem description
EntitiesRepository#delete should accept the list name as a parameter to directly remove the entity from the specified list. Currently, it only takes the entity ID and iterates through all existing lists to locate and remove it.
The text was updated successfully, but these errors were encountered: