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, type: Boolean,
default: false, default: false,
}, },
appendParams: {
type: Boolean,
default: true,
},
hasSubToolbar: { hasSubToolbar: {
type: Boolean, type: Boolean,
default: null, default: null,

View File

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

View File

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

View File

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