]> git.proxmox.com Git - pve-manager.git/commit
acme: ui: handle missing meta field in directory response
authorFolke Gleumes <f.gleumes@proxmox.com>
Mon, 22 Apr 2024 09:01:02 +0000 (11:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 10:03:09 +0000 (12:03 +0200)
commitb3779821c26640c6be659721f66c70736b519f4e
tree295f361dedc72c431fc2b0beaa3d10f20fa9840a
parent9e917dd7fcd2029126383eb7c34708c0cc94601d
acme: ui: handle missing meta field in directory response

When none of the meta fields is set by the directory, the whole
dictionary is missing from the response, leading to an exception
when testing for fields inside it.

Reported-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
Tested-by: Stoiko Ivanov <s.ivanov@proxmox.com>
www/manager6/node/ACME.js