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 1 additions and 1 deletions
Showing only changes of commit e38e9b1dd7 - Show all commits

View File

@ -334,6 +334,7 @@ onBeforeMount(async () => {
:array-data-props="{
url: 'Items/filter',
order: ['isActive DESC', 'name', 'id'],
userFilter: itemFilter,
}"
>
<template #advanced-menu>
@ -358,7 +359,6 @@ onBeforeMount(async () => {
},
}"
:is-editable="false"
:filter="itemFilter"
>
<template #column-image="{ row }">
<VnImg