From 2421cefc9173b7dd5a9ab80a7def64829bfd71a6 Mon Sep 17 00:00:00 2001 From: LionelB Date: Mon, 7 Oct 2024 16:37:59 +0200 Subject: [PATCH] feat(orga): hide externalId from participation when campaign has no idPixLabel --- orga/app/components/participant/assessment/header.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orga/app/components/participant/assessment/header.hbs b/orga/app/components/participant/assessment/header.hbs index a96eb278b91..504e70baaac 100644 --- a/orga/app/components/participant/assessment/header.hbs +++ b/orga/app/components/participant/assessment/header.hbs @@ -30,7 +30,7 @@
- {{#if @participation.participantExternalId}} + {{#if (and @participation.participantExternalId @campaign.idPixLabel)}} <:title>{{@campaign.idPixLabel}} <:content>{{@participation.participantExternalId}}