]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - mixin/CBind.js
mixin cbind: avoid undefined cbindData access
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Jan 2020 12:42:02 +0000 (13:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Jan 2020 12:43:29 +0000 (13:43 +0100)
commit1d5e523aa0cc529cd8ff6e02e7e9ff08686df9a4
treec54a7f17e9013bfd782eced0d1befdc6a1ed9ce3
parentf27b0f68e3bc3614a9ffa63f6e6b6d22bfc25ffe
mixin cbind: avoid undefined cbindData access

Else we can fail at the first fallback check in getConfigValue while
we still have the possibility to have the cbinded key available in
"me" (initial config).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
mixin/CBind.js