-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF21, 11.1, 2021.0
-
Component/s: Tagging
-
Release Notes Summary:Tags are kept when a document is trashed.
-
Tags:
-
Backlog priority:700
-
Upgrade notes:
-
Sprint:nxplatform 11.1.26, nxplatform 11.1.27
-
Story Points:3
Steps to reproduce:
- Create a File document
- Add a tag to the newly created
- Click on the Trash icon
- Navigate to the Trash and view the trashed document
- Observe that the tag was removed
This behavior corresponds to the code at https://github.com/nuxeo/nuxeo/blob/master/nuxeo-features/nuxeo-platform-tag-service/nuxeo-platform-tag-core/src/main/java/org/nuxeo/ecm/platform/tag/TaggedVersionListener.java#L96
Expected behavior: a trashed document keeps its tags.
- is caused by
-
NXP-5308 Remove tags when a document is moved to trash
- Resolved
- Is referenced in