Fix: sort/filter/expand nach autodate-Feldern wiederhergestellt

This commit is contained in:
rene 2026-05-17 14:22:42 +02:00
parent 37364c54e4
commit 86cab10c70
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@
const result = await pb.collection('check_logs').getList(p, PER_PAGE, {
filter: `tenant = '${tenantId}'`,
expand: 'station',
sort: '-id'
sort: '-created'
});
logs = result.items;
page = p;