Skip to content

inserting new item in a tag whose name is duplicated inserts in the oldest one created #6789

@yousefx0

Description

@yousefx0

What happens?

In Desktop version of the application (version 2.39.2 on debian linux), if I create multiple tags with the same name then press the plus icon to add an item to anyone of them, what happens is that the item gets added to the oldest tag created. This behaviour happens even if these tags are nested.

Example 1

Pressing the + icon of any inserts into the oldest created tag

tag1 +
tag1 +
tag1 +
tag1 +

Example 2

Pressing the + icon of tagB or tagC inserts into the oldest created tag

tag1 +
├─ tagB +
└─ tagC +

tag2 +
├─ tagB +
└─ tagC +

tag3 +
├─ tagB +
└─ tagC +

What did you expect to happen?

Tags should be independent of one another.

OpenAPI Document

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions