From 2d5f3953687102dd1d73487b65c13a651140a2dc Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 22 Dec 2024 23:03:32 +0000 Subject: [PATCH] make 'Staff My Cases' available to all case workers --- templates/internal/libs/nav.html.twig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/internal/libs/nav.html.twig b/templates/internal/libs/nav.html.twig index 9c29720..eba7bdf 100644 --- a/templates/internal/libs/nav.html.twig +++ b/templates/internal/libs/nav.html.twig @@ -46,23 +46,23 @@ {% endif %} + {% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %} - - {% endif %} +