From 909e2ca07031312005c0bf76a793e770ebf7f31b Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 17 Nov 2021 17:17:35 +0100 Subject: [PATCH] activity: delete admin_user_show in twig template because this route is not defined and should not be defined --- .../Resources/views/Activity/concernedGroups.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig index 9e36f14f6..124798e27 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/concernedGroups.html.twig @@ -17,7 +17,6 @@ }, { 'title': 'Users concerned'|trans, 'items': entity.users, - 'path' : 'admin_user_show', 'key' : 'id' }, ] %}