updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-03-27 19:43:46 +03:00
parent 05adb8c018
commit d0239f25ed
44 changed files with 131 additions and 120 deletions

View File

@@ -134,7 +134,7 @@
const result = await ApiClient.collection(collectionId).getList(page, batchSize, {
filter: filter,
sort: !collection?.isView ? "-created" : "",
sort: !collection?.$isView ? "-created" : "",
$cancelKey: uniqueId + "loadList",
});
@@ -199,7 +199,7 @@
autocompleteCollection={collection}
on:submit={(e) => (filter = e.detail)}
/>
{#if !collection?.isView}
{#if !collection?.$isView}
<button
type="button"
class="btn btn-transparent btn-hint p-l-sm p-r-sm"
@@ -243,7 +243,7 @@
<div class="content">
<RecordInfo {record} {displayFields} />
</div>
{#if !collection?.isView}
{#if !collection?.$isView}
<div class="actions nonintrusive">
<button
type="button"