Adilbek

Results 2 issues of Adilbek

if (arrayOfIds.length) { const relatedCollection = isM2O ? relation.related_collection : relation.collection; const path = relatedCollection === 'directus_users' ? '/users' : `items/${relatedCollection}`; if (relatedCollection) { let data; if (relatedCollection in itemCache...