From 724e065e8068b2ce7daddca17ee40c4aece0f0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 26 Apr 2018 12:36:24 +0200 Subject: [PATCH] fix grant 'DELETE' from index view --- Resources/views/Task/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Task/index.html.twig b/Resources/views/Task/index.html.twig index dbeae6786..72282f843 100644 --- a/Resources/views/Task/index.html.twig +++ b/Resources/views/Task/index.html.twig @@ -66,7 +66,7 @@ {% endif %} - {% if is_granted('CHILL_TASK_TASK_CREATE', task) %} + {% if is_granted('CHILL_TASK_TASK_DELETE', task) %}