main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 044096c8d7 - Show all commits

View File

@@ -48,7 +48,7 @@ class WeightReport(ModelSQL, ModelView):
@classmethod
def __setup__(cls):
super().__setup__()
cls._order = [('created_date', 'DESC')]
cls._order = [('report_date', 'DESC')]
# cls._buttons.update({
# 'import_json': {},
# 'export_json': {},