From ce15b51507dea676027769ad2f52291e2af0f170 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Tue, 23 Apr 2024 13:52:20 +0200 Subject: [PATCH] ui: permissions paths: add /system/notifications to combobox The /system/notifications ACL path is used for configuring the notification system. Signed-off-by: Lukas Wagner Tested-by: Gabriel Goller Reviewed-by: Gabriel Goller Tested-by: Maximiliano Sandoval Signed-off-by: Thomas Lamprecht --- www/form/PermissionPathSelector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/form/PermissionPathSelector.js b/www/form/PermissionPathSelector.js index 3f8b5376..8dcea195 100644 --- a/www/form/PermissionPathSelector.js +++ b/www/form/PermissionPathSelector.js @@ -19,6 +19,7 @@ Ext.define('PBS.data.PermissionPathsStore', { { 'value': '/system/network' }, { 'value': '/system/network/dns' }, { 'value': '/system/network/interfaces' }, + { 'value': '/system/notifications' }, { 'value': '/system/services' }, { 'value': '/system/status' }, { 'value': '/system/tasks' },