From 1cc84832eeb4b6b5f8e47a33e761463649343364 Mon Sep 17 00:00:00 2001 From: dlandon Date: Thu, 3 Oct 2024 13:57:21 -0500 Subject: [PATCH] Fix a situation where secondary pool device is missing and the Array is chosen for the primary device.. --- emhttp/plugins/dynamix/ShareEdit.page | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/ShareEdit.page b/emhttp/plugins/dynamix/ShareEdit.page index 093ad9ff6..371792e08 100644 --- a/emhttp/plugins/dynamix/ShareEdit.page +++ b/emhttp/plugins/dynamix/ShareEdit.page @@ -644,6 +644,7 @@ function updateScreen(cache, slow) { secondaryDropdown.options[i].disabled = true; } secondaryDropdown.selectedIndex = 0; + checkRequiredSecondary = false; if (poolsOnly) { $('#moverDirection2').hide();