]> git.proxmox.com Git - pve-manager.git/commit
correctly reset value of combobox
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 6 Oct 2016 10:10:26 +0000 (12:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 7 Oct 2016 06:34:11 +0000 (08:34 +0200)
commit7be50bef469556f0b5af9cb199cc0b54b9e11985
tree352f6f6394f767c9f580c7f0a585cb2b6b0fc912
parent1a4667e6b906f3d6477c249e3360bfe14f3d4b43
correctly reset value of combobox

we have cases, were the original value of a combobox is an array,
but not the current value

on reset, we get an error in Ext.Array.equals, because we
did not check if the current value is also an array

this patch fixes this

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Toolkit.js