]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
comboGrid: set errorMask on store load failure
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 4 Nov 2020 14:17:40 +0000 (15:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Nov 2020 07:01:11 +0000 (08:01 +0100)
commit5efbff97f87ccc51ed318178f7935cf0ee3de0f4
treed5502c35adf7b72b3adc114ce3336ce867b412a6
parent6fb81c1519f16c7c219046dd01725d1d23188bfe
comboGrid: set errorMask on store load failure

if there occured an error in the api call of the store, show this error
on the picker when opened, instead of just showing an empty picker

this makes it possible to see that there was an error while accessing the api

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