8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 1dc19a6eaa - Show all commits

View File

@ -203,9 +203,10 @@ const columns = computed(() => [
:array-data-props="{
url: 'Travels/filter',
order: ['landed DESC'],
userParams: { daysOnward: 7 },
}"
>
<template #rightMenu>
<template #advanced-menu>
<TravelFilter data-key="TravelList" />
</template>
<template #body>
@ -221,8 +222,6 @@ const columns = computed(() => [
},
}"
:right-search="false"
:user-params="{ daysOnward: 7 }"
redirect="travel"
:columns="columns"
:is-editable="false"