]> git.proxmox.com Git - pmg-gui.git/commit
fix broken maillist when deleting last mail in list
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 11 Nov 2019 09:16:35 +0000 (10:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 12:34:56 +0000 (13:34 +0100)
commit38771d946bd08e5df0aa3742078b5613ce34d9fb
treec42b09bcea9fe587c87c8d418d507663de273a48
parent721ad44864666dfe0145256d0c01e21975ef667f
fix broken maillist when deleting last mail in list

on deleting the last mail in the list, the selection is empty and
the access below to 'rec.data.id' breaks, leaving the maillist broken
(until the user changed the panel or reloaded)

so give rec an empty fallback object and check if there is a 'data'
property and use that, otherwise set the id to the empty string

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-By: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-By: Stoiko Ivanov <s.ivanov@proxmox.com>
js/SpamQuarantine.js