Skip to content

ViewItem Tag Bug #622

@erich-trabus

Description

@erich-trabus

view_item._initial_tags = tags

should be:

import copy
...
view_item._initial_tags = copy.copy(tags)

otherwise tags won't update/delete properly. Is this bug worth a pull request?

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