luci/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network
Jo-Philipp Wich 90f9c59a2d luci-mod-admin-full: properly reset internal device form field
In some cases the hidden internal device field was not reset, e.g. after
aborting a wifi scan and using the browser back buttons to navigate to the
overview page again.

In such a case, the previous device hidden field was still present and a new
one getting created, causing further wireless scan attempts to get invoked
with multiple radio names as parameter which fails.

Fix this issue by using the new generic cbi_submit() helper any by dropping
the faulty wifi_action() function.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-18 12:05:05 +02:00
..
dhcp.lua Fixing small typo 2018-05-02 21:01:53 +01:00
hosts.lua treewide: unify mac address handling 2018-03-12 16:12:18 +01:00
iface_add.lua luci-mod-admin-full: offer "Cancel" button in iface add dialog 2018-07-18 12:05:05 +02:00
ifaces.lua luci-mod-admin-full: fix changing alias interface ifnames 2018-07-15 17:29:01 +02:00
network.lua luci-mod-admin-full: tweak interface and wireless overview markup 2018-07-13 09:37:53 +02:00
proto_ahcp.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
routes.lua luci-mod-admin-full: routes: specify sizes for metric and MTU 2016-10-08 18:41:52 +02:00
vlan.lua luci-mod-admin-full: properly remap ports in switch status display 2018-06-26 19:51:36 +02:00
wifi.lua treewide: switch firewall zone, network and iface lists to dropdown code 2018-06-08 08:19:20 +02:00
wifi_add.lua treewide: switch firewall zone, network and iface lists to dropdown code 2018-06-08 08:19:20 +02:00
wifi_overview.lua luci-mod-admin-full: properly reset internal device form field 2018-07-18 12:05:05 +02:00