From c7a06b61c778a9e24b67a1a89992c1dd77886a21 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 1 Nov 2008 18:32:02 +0000 Subject: Extend CBI state handling --- libs/web/luasrc/dispatcher.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/web/luasrc/dispatcher.lua') diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 51f6d9695f..22d9dd9bc3 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -521,6 +521,12 @@ function cbi(model, config) end end + if config.state_handler then + if not config.state_handler(state, maps) then + return + end + end + local pageaction = true http.header("X-CBI-State", state or 0) luci.template.render("cbi/header", {state = state}) -- cgit v1.2.3