-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.3
-
Component/s: Collections
When a collection is contained by a folderish document and that same folderish document is copied and pasted, inconsistencies happen in the source collection and the collection created by the copy.
Case 1: inconsistency in the copied collection
how to reproduce:
- in a workspace, create a Folder named Folder1
- in Folder1, create a collection named Colection1
- add a document from another workspace to collection Collection1
- copy and paste Folder1 in the same workspace (destination has no importance)
The duplicated Collection1 is displayed as empty when navigating to it.
case 2: inconsistency in the source collection
how to reproduce:
- in a workspace, create a Folder named Folder1
- in Folder1, create a collection named Colection1
- in Folder1, create a File named File1
- add File1 to collection Collection1
- copy and paste Folder1 in the same workspace (destination has no importance)
The source Collection1 now shows 2 members named File1 when navigating to it, the duplicated Collection1 is displayed as empty when navigating to it.
These inconsistencies are due to the way collection membership is managed.
- duplicates
-
NXP-20551 Improve query efficiency in case of deep collection copy
- Resolved