7693: Broken proxies
This commit is contained in:
@ -472,6 +472,10 @@ class ProxyDbBase(DbReadBase):
|
|||||||
setattr(self, name, attr)
|
setattr(self, name, attr)
|
||||||
return attr
|
return attr
|
||||||
|
|
||||||
|
if sname[0] == 'remove':
|
||||||
|
# Default behaviour: lookup attribute in parent object
|
||||||
|
return getattr(self.db, name)
|
||||||
|
|
||||||
# if a write-method:
|
# if a write-method:
|
||||||
if (name in DbWriteBase.__dict__ and
|
if (name in DbWriteBase.__dict__ and
|
||||||
not name.startswith("__") and
|
not name.startswith("__") and
|
||||||
|
Reference in New Issue
Block a user