mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-16 04:20:29 +00:00
Fix collections resolving (#8351)
This commit is contained in:
parent
ad3db6a65b
commit
386a02e689
@ -201,7 +201,6 @@ export class UnifiedConverter {
|
||||
// Get all documents of the collection
|
||||
const collectionDocs = await this.client.findAll((type as Collection<any>).of, {
|
||||
attachedTo: docId,
|
||||
attachedToClass: docClass,
|
||||
collection: key
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user