summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-04-06 09:35:39 +0200
committerJo-Philipp Wich <jo@mein.io>2018-04-06 09:35:39 +0200
commit08a2b27df5e282a6b5221fbe72f700523c7b0913 (patch)
treec4b636553f3364790dda0fb06d336c0729e86810 /applications/luci-app-mwan3/luasrc/controller/mwan3.lua
parent24ac0d81ee56c5630b38aefbb5526e8bfcf6cd88 (diff)
luci-app-mwan3: fix legacy uci api usage
Explicitely require libuci-lua in model classes that use legacy /var/state cursor handling. Also add a specific dependency on libuci-lua to the luci-app-mwan3 Makefile in preparation of the upcoming default removal of libuci-lua. Finally fix the post data dispatching on the notification tab, see #1722 for reference. Fixes #1726. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/controller/mwan3.lua')
-rw-r--r--applications/luci-app-mwan3/luasrc/controller/mwan3.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
index 27dc984eb..d8fba79c7 100644
--- a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
+++ b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
@@ -56,7 +56,7 @@ function index()
arcombine(cbi("mwan/rule"), cbi("mwan/ruleconfig")),
_("Rules"), 40).leaf = true
entry({"admin", "network", "mwan", "notify"},
- cbi("mwan/notify"),
+ form("mwan/notify"),
_("Notification"), 50).leaf = true
end