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,