* [pve-devel] [PATCH installer v2] gui: always set visible-child-name on disk dialog
@ 2025-04-04 8:39 Maximiliano Sandoval
2025-04-04 8:59 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-04-04 8:39 UTC (permalink / raw)
To: pve-devel
We show the size selection stack page whenever a filesystem is selected
in the dropdown.
At the moment when one selects certain raid setups (e.g. btrfs RAID10),
then enters the Advanced Options page and then selects certain non-raid
setups (e.g ext4), the `raiddisk` page will still be visible since the
visible-child (and visible-child-name) property still points to it.
Reported-by: Alexander Zeidler <a.zeidler@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Differences from v1:
- Improve commit message
- Describe better the reproducer in the commit
proxinstall | 1 +
1 file changed, 1 insertion(+)
diff --git a/proxinstall b/proxinstall
index 9bbd2f9..03235ac 100755
--- a/proxinstall
+++ b/proxinstall
@@ -1357,6 +1357,7 @@ sub create_hdoption_view {
$options_stack->set_visible_child_name("raiddisk");
} else {
$target_hd_label->set_text("Target Harddisk");
+ $options_stack->set_visible_child_name("hdsize");
}
if ($raid) {
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH installer v2] gui: always set visible-child-name on disk dialog
2025-04-04 8:39 [pve-devel] [PATCH installer v2] gui: always set visible-child-name on disk dialog Maximiliano Sandoval
@ 2025-04-04 8:59 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-04-04 8:59 UTC (permalink / raw)
To: Proxmox VE development discussion, Maximiliano Sandoval
Am 04.04.25 um 10:39 schrieb Maximiliano Sandoval:
> We show the size selection stack page whenever a filesystem is selected
> in the dropdown.
>
> At the moment when one selects certain raid setups (e.g. btrfs RAID10),
> then enters the Advanced Options page and then selects certain non-raid
> setups (e.g ext4), the `raiddisk` page will still be visible since the
> visible-child (and visible-child-name) property still points to it.
>
> Reported-by: Alexander Zeidler <a.zeidler@proxmox.com>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
>
> Differences from v1:
> - Improve commit message
> - Describe better the reproducer in the commit
>
> proxinstall | 1 +
> 1 file changed, 1 insertion(+)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-04 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-04 8:39 [pve-devel] [PATCH installer v2] gui: always set visible-child-name on disk dialog Maximiliano Sandoval
2025-04-04 8:59 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal