Re: [pve-devel] [PATCH access-control v2 1/3] fix #1501: pveum: die when deleting special role

2017-09-21 Thread Thomas Lamprecht
On 09/20/2017 05:10 PM, Philip Abernethy wrote: Die with a helpful error message instead of silently ignoring the user when trying to delete a special role. --- v2: Fixed 'special' appearing in WebUI roles list PVE/API2/Role.pm | 7 ++- PVE/AccessControl.pm | 1 + 2 files changed, 7 i

[pve-devel] [PATCH access-control v2 1/3] fix #1501: pveum: die when deleting special role

2017-09-20 Thread Philip Abernethy
Die with a helpful error message instead of silently ignoring the user when trying to delete a special role. --- v2: Fixed 'special' appearing in WebUI roles list PVE/API2/Role.pm | 7 ++- PVE/AccessControl.pm | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Ro