Implementing useful UI changes.

This commit is contained in:
Yaro Kasear 2025-09-11 08:12:41 -05:00
parent 7ddfe084ba
commit de5e5b4a43
6 changed files with 181 additions and 38 deletions

View file

@ -34,7 +34,7 @@ class CRUDMixin:
return out
result = {}
for cls in self.__clas__.__mro__:
for cls in self.__class__.__mro__:
if hasattr(cls, "__table__"):
for column in cls.__table__.columns:
name = column.name