[pve-devel] applied: [PATCH manager] ui: fix reset behavior of backup job editor
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Apr 23 09:53:20 CEST 2024
Am 23/04/2024 um 09:30 schrieb Dominik Csapak:
> when we `bind` we also have to set the initial value correctly,
> otherwise the form dirty tracking is off (the initial bind set does not
> reset the `originalValue`)
>
> also the bandwidth selector auto transformed the value `null` to `0`
> when there was no initial transformation. Since this is not a valid
> value anyway, skip that.
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> www/manager6/dc/Backup.js | 1 +
> www/manager6/form/BandwidthSelector.js | 2 +-
> www/manager6/panel/BackupAdvancedOptions.js | 1 +
> 3 files changed, 3 insertions(+), 1 deletion(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list