From d0e9829a3c89bc3af4b926169d47ff6d1cf4530d Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 18 Nov 2021 16:46:25 +0100 Subject: [PATCH] activity: fix links to third party view page --- .../Resources/views/Activity/concernedGroups.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig index 124798e27..39c993dd3 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig @@ -12,8 +12,8 @@ }, { 'title': 'Third parties'|trans, 'items': entity.thirdParties, - 'path' : 'chill_3party_3party_show', - 'key' : 'thirdparty_id' + 'path' : 'chill_crud_3party_3party_view', + 'key' : 'id' }, { 'title': 'Users concerned'|trans, 'items': entity.users, @@ -34,8 +34,8 @@ }, { 'title': 'Third parties'|trans, 'items': entity.thirdParties, - 'path' : 'chill_3party_3party_show', - 'key' : 'thirdparty_id' + 'path' : 'chill_crud_3party_3party_view', + 'key' : 'id' }, { 'title': 'Users concerned'|trans, 'items': entity.users,