[pve-devel] [PATCH manager] ui: fix pbs storage edit reset behavior
Fiona Ebner
f.ebner at proxmox.com
Wed Jun 12 15:51:48 CEST 2024
Am 24.04.24 um 13:03 schrieb Dominik Csapak:
> two similar things to fix here:
> * the 'crypt-allow-edit' field was not submitted, but it's value was
> only ever set with a bind, so a reset always set it to it's
> default 'false' value (disabling the radio buttons, even when
> it was not visible)
>
> * the initial value of the 'keep' variant of the radiofield was decided
> only from 'isCreate' (via the 'checked' cbind), but should have been
> decided by whether there was an encryption key or not.
>
> both are fixed by setting the values in the 'setValue' method
> explicitly
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
Reviewed-by: Fiona Ebner <f.ebner at proxmox.com>
Tested-by: Fiona Ebner <f.ebner at proxmox.com>
More information about the pve-devel
mailing list