From cfb85f24f3495106d14ec4ab2d820c1d9b03b518 Mon Sep 17 00:00:00 2001 From: Jasmeet Singh Date: Fri, 2 Aug 2024 12:29:16 -0400 Subject: [PATCH] Allow for custom_fields to be mapped to entities outside of backstage --- incident/src/components/EntityIncidentCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incident/src/components/EntityIncidentCard/index.tsx b/incident/src/components/EntityIncidentCard/index.tsx index 831d55e..2ba7012 100644 --- a/incident/src/components/EntityIncidentCard/index.tsx +++ b/incident/src/components/EntityIncidentCard/index.tsx @@ -73,7 +73,7 @@ export const EntityIncidentCard = ({ const [reload, setReload] = useState(false); const entityFieldID = getEntityFieldID(config, entity); - const entityID = `${entity.metadata.namespace}/${entity.metadata.name}`; + const entityID = `${entity.metadata.namespace}/${entity.metadata.name}, ${entity.metadata.name} `; // This query filters incidents for those that are associated with this // entity.