HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6c97f5eeb3 - Show all commits

View File

@ -68,7 +68,7 @@ const columns = computed(() => [
fields: ['id', 'name'],
where: { role: 'salesPerson' },
optionFilter: 'firstName',
useLike: false,
useLike: true,
},
create: false,
columnField: {
@ -425,7 +425,7 @@ function handleLocation(data, location) {
}"
:fields="['id', 'nickname']"
sort-by="nickname ASC"
:use-like="false"
:use-like="true"
emit-value
auto-load
>