refactor: refs #8316 update EntryCard to use user-filter prop and remove exprBuilder from EntryList
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
bd66d3aee5
commit
702ae17d94
|
@ -8,6 +8,6 @@ import filter from './EntryFilter.js'
|
|||
data-key="Entry"
|
||||
base-url="Entries"
|
||||
:descriptor="EntryDescriptor"
|
||||
:filter="filter"
|
||||
:user-filter="filter"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
@ -188,7 +188,6 @@ const columns = computed(() => [
|
|||
:array-data-props="{
|
||||
url: 'Entries/filter',
|
||||
order: 'id DESC',
|
||||
exprBuilder,
|
||||
}"
|
||||
>
|
||||
<template #rightMenu>
|
||||
|
|
Loading…
Reference in New Issue