From: Jo-Philipp Wich Date: Thu, 4 Apr 2013 14:06:26 +0000 (+0000) Subject: libs/web: do not cast to string when using network_netlist widget (#560) X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5fed5c91f8e3295e98a3f2e4ce47c962fa22f42b libs/web: do not cast to string when using network_netlist widget (#560) --- diff --git a/libs/web/luasrc/view/cbi/network_netlist.htm b/libs/web/luasrc/view/cbi/network_netlist.htm index 8013f2cc0..7e23d149a 100644 --- a/libs/web/luasrc/view/cbi/network_netlist.htm +++ b/libs/web/luasrc/view/cbi/network_netlist.htm @@ -8,6 +8,8 @@ local networks = nwm:get_networks() local value = self:formvalue(section) + self.cast = nil + if not value or value == "-" then value = self:cfgvalue(section) or self.default end