[pve-devel] [PATCH manager] ui: perm paths: change /mapping/notification to /mapping/notifications
Lukas Wagner
l.wagner at proxmox.com
Thu Nov 23 10:54:03 CET 2023
The ACL path was changed during the notification system rework.
This change adapts the list of predefined ACL paths in the
'Add {User,Group,API Token} Permission' dialog window to reflect
this change.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/manager6/data/PermPathStore.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/data/PermPathStore.js b/www/manager6/data/PermPathStore.js
index 64ab2f03..8785a1d7 100644
--- a/www/manager6/data/PermPathStore.js
+++ b/www/manager6/data/PermPathStore.js
@@ -9,7 +9,7 @@ Ext.define('PVE.data.PermPathStore', {
{ 'value': '/access/groups' },
{ 'value': '/access/realm' },
{ 'value': '/mapping' },
- { 'value': '/mapping/notification' },
+ { 'value': '/mapping/notifications' },
{ 'value': '/mapping/pci' },
{ 'value': '/mapping/usb' },
{ 'value': '/nodes' },
--
2.39.2
More information about the pve-devel
mailing list