]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix #2421: ComboGrid: correctly validate multiSelect variant
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 25 Nov 2019 10:04:56 +0000 (11:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Nov 2019 17:18:43 +0000 (18:18 +0100)
commit013cbd64258cc46eacf6a424201b55c4b9499996
treeb10cf4b5588cb9941014ac905a85020fbc68f638
parentceca281f9207d5bb5a9d34a7e49fb7a769ec48a2
fix #2421: ComboGrid: correctly validate multiSelect variant

on multiSelect we have to check the values that is in the values
array, but we get the 'displaystring' in the validator so we
have to get the 'real' value (aka the underlying array of values)
before checking if they are in the store

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
form/ComboGrid.js