libs/cbi: Pass default values from UVL
authorSteven Barth <steven@midlink.org>
Fri, 5 Sep 2008 15:58:19 +0000 (15:58 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 5 Sep 2008 15:58:19 +0000 (15:58 +0000)
libs/cbi/luasrc/cbi.lua

index fb0355e..3a6c6d7 100644 (file)
@@ -838,6 +838,7 @@ function AbstractValue.__init__(self, map, section, option, ...)
                self.cast        = (vs.type == "list") and "list" or "string"
                self.title       = self.title or vs.title
                self.description = self.description or vs.descr
                self.cast        = (vs.type == "list") and "list" or "string"
                self.title       = self.title or vs.title
                self.description = self.description or vs.descr
+               self.default     = vs.default
 
                if vs.depends and not self.override_dependencies then
                        for i, deps in ipairs(vs.depends) do
 
                if vs.depends and not self.override_dependencies then
                        for i, deps in ipairs(vs.depends) do