]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: perm paths: change /mapping/notification to /mapping/notifications
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 23 Nov 2023 09:54:03 +0000 (10:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Nov 2023 09:58:34 +0000 (10:58 +0100)
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@proxmox.com>
www/manager6/data/PermPathStore.js

index 64ab2f03eefbff1adef5e0b3574f7541d4efdd70..8785a1d78c2127f20c182c56bc121242d7477534 100644 (file)
@@ -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' },