Re: [pve-devel] [PATCH manager] Fix 2718: GUI: handle localtime option correctly

2020-05-18 Thread Thomas Lamprecht
On 5/11/20 12:40 PM, Fabian Ebner wrote: > The backend treats undef and 0 differently. If the option > is undef, it will still be set for Windows in config_to_command. > > Make sure that the default value in the GUI is different from 0 and > is displayed with that additional information, and don't

[pve-devel] [PATCH manager] Fix 2718: GUI: handle localtime option correctly

2020-05-11 Thread Fabian Ebner
The backend treats undef and 0 differently. If the option is undef, it will still be set for Windows in config_to_command. Make sure that the default value in the GUI is different from 0 and is displayed with that additional information, and don't delete the option if it's set to 0. Signed-off-by