* 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.template = "cbi/simpleform"
|
||||
self.dorender = true
|
||||
self.pageaction = false
|
||||
end
|
||||
|
||||
function SimpleForm.parse(self, ...)
|
||||
|
|
Loading…
Reference in a new issue