HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
4 changed files with 7 additions and 3 deletions
Showing only changes of commit dec2db2baa - Show all commits

View File

@ -69,6 +69,10 @@ const $props = defineProps({
type: Boolean,
default: false,
},
appendParams: {
type: Boolean,
default: true,
},
hasSubToolbar: {
type: Boolean,
default: null,

View File

@ -135,7 +135,7 @@ const toModule = computed(() =>
dense
size="md"
icon="preview"
color="primary"
color="white"
class="link"
v-if="summary"
>

View File

@ -248,7 +248,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
function updateStateParams() {
const newUrl = { path: route.path, query: { ...(route.query ?? {}) } };
if (store.searchUrl)
if (store.appendParams)
newUrl.query[store.searchUrl] = JSON.stringify(store.currentFilter);
if (store.navigate) {

View File

@ -160,7 +160,7 @@ const rowClick = ({ id }) =>
:disable-option="{ card: true, table: true }"
class="full-width"
:disable-infinite-scroll="true"
:search-url="false"
search-url="tickets"
>
<template #column-nickname="{ row }">
<span class="link">