Re: [pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-04-04 Thread Thomas Lamprecht
Am 01.04.25 um 15:09 schrieb Maximiliano Sandoval: > The commit message should be updated, I will do that if there is a need > for v2. Can you please either send out a v2 or propose a new commit message that I can just copy+paste in full? ___ pve-devel

Re: [pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-04-04 Thread Maximiliano Sandoval
Thomas Lamprecht writes: > Am 01.04.25 um 15:09 schrieb Maximiliano Sandoval: >> The commit message should be updated, I will do that if there is a need >> for v2. > > Can you please either send out a v2 or propose a new commit message that I > can just copy+paste in full? v2 at https://lore.

Re: [pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-04-01 Thread Maximiliano Sandoval
"Christoph Heiss" writes: > On Tue Mar 4, 2025 at 11:49 AM CET, Maximiliano Sandoval wrote: >> Whenever a filesystem is selected we show the size selection stack page. >> >> At the moment entering any raid setup, then entering the Advanced >> Options page and then selecting any non-raid setup w

Re: [pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-03-19 Thread Christoph Heiss
On Tue Mar 4, 2025 at 11:49 AM CET, Maximiliano Sandoval wrote: > Whenever a filesystem is selected we show the size selection stack page. > > At the moment entering any raid setup, then entering the Advanced > Options page and then selecting any non-raid setup will show the > raiddisk page since i

Re: [pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-03-19 Thread Maximiliano Sandoval
Maximiliano Sandoval writes: > Whenever a filesystem is selected we show the size selection stack page. > > At the moment entering any raid setup, then entering the Advanced > Options page and then selecting any non-raid setup will show the > raiddisk page since it is still the visible child. >

[pve-devel] [PATCH installer] gui: always set visible-child-name on disk dialog

2025-03-04 Thread Maximiliano Sandoval
Whenever a filesystem is selected we show the size selection stack page. At the moment entering any raid setup, then entering the Advanced Options page and then selecting any non-raid setup will show the raiddisk page since it is still the visible child. Reported-by: Alexander Zeidler Signed-off