7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 676e020928 - Show all commits

View File

@ -48,7 +48,12 @@ const onDataSaved = async (formData, requestResponse) => {
/>
<FetchData
url="Tickets"
:filter="{ fields: ['id', 'nickname'], order: 'shipped DESC', limit: 30 }"
:filter="{
fields: ['id', 'nickname'],
where: { refFk: null },
order: 'shipped DESC',
limit: 30,
}"
@on-fetch="(data) => (ticketsOptions = data)"
auto-load
/>