fixed views relation picker load action and updated the record preview

This commit is contained in:
Gani Georgiev
2023-03-12 16:44:24 +02:00
parent 94d2f296b2
commit 49227f5436
5 changed files with 36 additions and 14 deletions

View File

@@ -134,7 +134,7 @@
const result = await ApiClient.collection(collectionId).getList(page, batchSize, {
filter: filter,
sort: "-created",
sort: !collection?.isView ? "-created" : "",
$cancelKey: uniqueId + "loadList",
});