* set .pageaction = false transparently in cbi SimpleForm constructor
[project/luci.git] / libs / cbi / luasrc / cbi.lua
index 316b74f..ff5296e 100644 (file)
@@ -436,6 +436,7 @@ function SimpleForm.__init__(self, config, title, description, data)
        self.data = data or {}
        self.template = "cbi/simpleform"
        self.dorender = true
+       self.pageaction = false
 end
 
 function SimpleForm.parse(self, ...)