From 033c12392b8c7940ebc459d6edae9cf9d14891d4 Mon Sep 17 00:00:00 2001 From: Moacir Moda Date: Tue, 7 Feb 2017 00:47:03 -0200 Subject: [PATCH] making only draft protocols can be deleted for investigators , #330 --- .../Resources/views/CRUD/listInvestigatorProtocol.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/symphony/src/Proethos2/CoreBundle/Resources/views/CRUD/listInvestigatorProtocol.html.twig b/symphony/src/Proethos2/CoreBundle/Resources/views/CRUD/listInvestigatorProtocol.html.twig index e5685d1d..6f745b6f 100644 --- a/symphony/src/Proethos2/CoreBundle/Resources/views/CRUD/listInvestigatorProtocol.html.twig +++ b/symphony/src/Proethos2/CoreBundle/Resources/views/CRUD/listInvestigatorProtocol.html.twig @@ -89,7 +89,9 @@ - + {% if protocol.status in ['D', 'A'] %} + + {% endif %}