--- a/cms/app-client/app/templates/components/notice-component.hbs Sat Jun 10 18:39:39 2017 +0200
+++ b/cms/app-client/app/templates/components/notice-component.hbs Sat Jun 10 22:43:58 2017 +0200
@@ -62,7 +62,7 @@
<td>
<ul>
{{#each participants as |participant|}}
- <li>{{component (get-link-type participant.identifier) url=participant.identifier }} ({{#each participant.role as |r index| }}{{if index ", "}}{{r}}{{/each}})</li>
+ <li>{{component (get-link-type participant.identifier) url=participant.identifier displayUrlLink=true}} ({{#each participant.role as |r index| }}{{if index ", "}}{{r}}{{/each}})</li>
{{/each}}
</ul>
</td>