From 02d9a713de91b28b421509e37889e43168213954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 2 Feb 2022 22:16:15 +0100 Subject: [PATCH] set requestor before acdtions --- .../views/Person/list_with_period.html.twig | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index 86459337d..e705ab499 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -179,14 +179,6 @@ {% endif %} - {% if acp.requestoranonymous == false %} {% if (acp.requestorPerson is not null and acp.requestorPerson.id != person.id) or acp.requestorThirdParty is not null %}
@@ -220,6 +212,16 @@
{% endif %} {% endif %} + + + {% endfor %}