More fixes to xyzmaps. Add goto

This commit is contained in:
Griatch 2021-07-13 00:52:53 +02:00
parent de66313ec9
commit 5edda10e81
6 changed files with 144 additions and 38 deletions

View file

@ -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)