Skip to content

Remove removes all objects #97

Description

@chrisseto

Assumptions we have a stored object called tag

len(tag.find())  # 20
t = tag.find()[0]
t.remove()
len(tag.find()) # 0

The expected behavior would be that only t is removed from the backend

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions