From aa29663c265515cc746292e391479fd1fb4dc2f4 Mon Sep 17 00:00:00 2001 From: djGrrr Date: Thu, 10 Oct 2024 23:07:06 -0230 Subject: [PATCH] Fix the default value of the "Fix VLANs" setting in the webui --- files/basic/usr/lib/lua/luci/controller/8311.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/basic/usr/lib/lua/luci/controller/8311.lua b/files/basic/usr/lib/lua/luci/controller/8311.lua index ebe6423..4ea96fd 100644 --- a/files/basic/usr/lib/lua/luci/controller/8311.lua +++ b/files/basic/usr/lib/lua/luci/controller/8311.lua @@ -391,7 +391,7 @@ function fwenvs_8311() name=translate("Fix VLANs"), description=translate("Apply automatic fixes to the VLAN configuration from the OLT."), type="select_named", - default=1, + default="1", options={ { name=translate("Disabled"),