More fixes to xyzmaps. Add goto
This commit is contained in:
parent
de66313ec9
commit
5edda10e81
6 changed files with 144 additions and 38 deletions
|
|
@ -1260,7 +1260,7 @@ class DbHolder:
|
|||
_GA(self, _GA(self, "name")).remove(attrname)
|
||||
|
||||
def get_all(self):
|
||||
return _GA(self, _GA(self, "name")).get_all_attributes()
|
||||
return _GA(self, _GA(self, "name")).backend.get_all_attributes()
|
||||
|
||||
all = property(get_all)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue