]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
window/Edit: read digest also from top level response
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 15 May 2020 08:19:24 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 15:03:32 +0000 (17:03 +0200)
we want to have the digest in the top level object, like:
{
    data: { /* the real data */ },
    digest: "fa123asf123123123", // the digest
}

instead of in the data itself, so read it preferably from there
(with fallback to stay compatible)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>

No differences found