projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d600a2f
)
Rewrote state based redirection
author
Steven Barth
<steven@midlink.org>
Sun, 2 Nov 2008 13:26:41 +0000
(13:26 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 2 Nov 2008 13:26:41 +0000
(13:26 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index 176a3b272b81f2775888837557950aa40efe6734..8d79d7e8abb57f905c53493a3411971544905b91 100644
(file)
--- 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