From 3c70e84a0f68d0c2cdd1bb1e5fce08a5b0b6777f Mon Sep 17 00:00:00 2001 From: antoine37120 <ant.dupre@gmail.com> Date: Thu, 16 Mar 2023 00:00:14 +0100 Subject: [PATCH] fix issue with uniq for resource if external link to resource detail --- src/views/page-resources.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/page-resources.pug b/src/views/page-resources.pug index a6dfa466..6d39f23c 100644 --- a/src/views/page-resources.pug +++ b/src/views/page-resources.pug @@ -10,5 +10,5 @@ div.whitespace-normal data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}` upload-dir=`${component.parameters.uploads}` id-prefix='default' - uniq=component.uniq + uniq=component.parameters.uniq ) -- GitLab