diff --git a/plugins/org/src/components/Cards/OwnershipCard/useGetEntities.ts b/plugins/org/src/components/Cards/OwnershipCard/useGetEntities.ts index 74a9413e48..093deba5c5 100644 --- a/plugins/org/src/components/Cards/OwnershipCard/useGetEntities.ts +++ b/plugins/org/src/components/Cards/OwnershipCard/useGetEntities.ts @@ -89,7 +89,7 @@ const getChildOwnershipEntityRefs = async ( if (hasChildGroups) { const entityRefs = childGroups.map( - ({ kind, namespace, name }) => `${kind}:${namespace}/${name}`, + r => stringifyEntityRef(r), ); const childGroupResponse = await catalogApi.getEntitiesByRefs({ fields: ['kind', 'metadata.namespace', 'metadata.name'],