fix: refs #6095 add reFfk null on search
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-05-17 10:55:43 +02:00
parent cf16db2e33
commit 676e020928
1 changed files with 6 additions and 1 deletions

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
/>