X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fdispatcher.lua;h=8d79d7e8abb57f905c53493a3411971544905b91;hp=176a3b272b81f2775888837557950aa40efe6734;hb=9d85bd73e5562ae72715935187ce0d55c3009d24;hpb=d600a2f2094b3276f3f84886a43789810dc57366 diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 176a3b272..8d79d7e8a 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -522,6 +522,11 @@ function cbi(model, config) end end + if config.on_success_to and state and state > 0 then + luci.http.redirect(config.on_success_to) + return + end + if config.state_handler then if not config.state_handler(state, maps) then return