-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 7.10-HF16, 8.3
-
Fix Version/s: None
-
Component/s: Collections
-
Tags:
-
Sprint:nxGang Sprint 8.4.6
-
Story Points:2
NXP-20396 introduced https://github.com/nuxeo/nuxeo/blob/master/nuxeo-features/nuxeo-platform-collections/nuxeo-platform-collections-core/src/main/java/org/nuxeo/ecm/collections/core/listener/DuplicatedCollectionListener.java#L116
SELECT * FROM Document WHERE ecm:mixinType = 'CollectionMember'
which won't scale since CollectionMember is a dynamically added facet.
We need something like:
SELECT * FROM Document WHERE collectionMember:collectionIds/* IS NOT NULL
- is duplicated by
-
NXP-20396 Fix inconsistencies in collection when contained in a document tree being copied
- Resolved