From c503275454f668ce518c92e897186d86864c1359 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 10 Oct 2024 15:45:18 +0200 Subject: [PATCH] fixed list view --- .../webapp/config/listViewConfig-relatedExternalSpeakerRole.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/config/listViewConfig-relatedExternalSpeakerRole.xml b/webapp/src/main/webapp/config/listViewConfig-relatedExternalSpeakerRole.xml index a19974bf1..4ce20035e 100644 --- a/webapp/src/main/webapp/config/listViewConfig-relatedExternalSpeakerRole.xml +++ b/webapp/src/main/webapp/config/listViewConfig-relatedExternalSpeakerRole.xml @@ -86,7 +86,7 @@ bind ( COALESCE(?firstName, "") As ?firstName1) . bind ( COALESCE(?middleName, "") As ?middleName1) . bind ( COALESCE(?lastName, "") As ?lastName1) . - bind (concat(str(?lastName1 + ", "),str(?firstName1 + " "),str(?middleName1)) as ?indivLabel) . + bind (concat(str(?lastName1), ", ", str(?firstName1), " ", str(?middleName1)) as ?indivLabel) . OPTIONAL { ?subject ?property ?role .