From 96b1730f195aff22b097af282a20e857a81d2ae3 Mon Sep 17 00:00:00 2001 From: kiblik <5609770+kiblik@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:16:29 +0200 Subject: [PATCH] Add permission checker for item in menu --- dojo/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/templates/base.html b/dojo/templates/base.html index 13b50e54ee8..722656ae6a9 100644 --- a/dojo/templates/base.html +++ b/dojo/templates/base.html @@ -541,7 +541,7 @@ {% trans "Notifications" %} - {% if system_settings.enable_webhooks_notifications %} + {% if system_settings.enable_webhooks_notifications and "dojo.view_notification_webhooks"|has_configuration_permission:request %}