#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 702ae17d94 - Show all commits

View File

@ -8,6 +8,6 @@ import filter from './EntryFilter.js'
data-key="Entry" data-key="Entry"
base-url="Entries" base-url="Entries"
:descriptor="EntryDescriptor" :descriptor="EntryDescriptor"
:filter="filter" :user-filter="filter"
/> />
</template> </template>

View File

@ -188,7 +188,6 @@ const columns = computed(() => [
:array-data-props="{ :array-data-props="{
url: 'Entries/filter', url: 'Entries/filter',
order: 'id DESC', order: 'id DESC',
exprBuilder,
}" }"
> >
<template #rightMenu> <template #rightMenu>