extend MetaDataColumn by adding column for name of column for referenced tables
This commit is contained in:
committed by
Thomas Peetz
parent
5affa16505
commit
954dab289a
@@ -43,7 +43,7 @@ class KontorModelConfig:
|
||||
|
||||
def get_data(self) -> list:
|
||||
data = self.kontor_db.get_data(self._table, self.header, self.get_filter())
|
||||
print(f"KontorModelConfig.get_data: {len(data)}")
|
||||
# print(f"KontorModelConfig.get_data: {len(data)}")
|
||||
# comics = self.kontor_db.session.query(Comic).all()
|
||||
# print(f'{len(comics)} Comics loaded')
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user