* set .pageaction = false transparently in cbi SimpleForm constructor
This commit is contained in:
parent
af51f7718e
commit
e29810c534
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ function SimpleForm.__init__(self, config, title, description, data)
|
||||||
self.data = data or {}
|
self.data = data or {}
|
||||||
self.template = "cbi/simpleform"
|
self.template = "cbi/simpleform"
|
||||||
self.dorender = true
|
self.dorender = true
|
||||||
|
self.pageaction = false
|
||||||
end
|
end
|
||||||
|
|
||||||
function SimpleForm.parse(self, ...)
|
function SimpleForm.parse(self, ...)
|
||||||
|
|
Loading…
Reference in a new issue