proxmox-widget-toolkit/window
Dominik Csapak 8ae2f8c8b1 window/Edit: read digest also from top level response
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>
2020-05-18 17:03:32 +02:00
..
Edit.js window/Edit: read digest also from top level response 2020-05-18 17:03:32 +02:00
LanguageEdit.js window/LanguageEdit: make window non-resizable 2020-05-04 18:19:08 +02:00
PasswordEdit.js PasswordEdit.js: do not allow blank passwords 2017-03-30 08:03:03 +02:00
TaskViewer.js add missing htmlEncodes 2020-05-06 16:55:25 +02:00