mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 08:54:32 +00:00
SecurityGroups: do not send digest for DELETE call
We can only delete empty groups, so that is not necessary.
This commit is contained in:
parent
0757b9c212
commit
45a5e9c190
@ -150,8 +150,7 @@ Ext.define('PVE.SecurityGroupList', {
|
||||
return;
|
||||
}
|
||||
PVE.Utils.API2Request({
|
||||
url: me.base_url + '/' + rec.data.group +
|
||||
'?digest=' + encodeURIComponent(rec.data.digest),
|
||||
url: me.base_url + '/' + rec.data.group,
|
||||
method: 'DELETE',
|
||||
waitMsgTarget: me,
|
||||
failure: function(response, options) {
|
||||
|
Loading…
Reference in New Issue
Block a user