fix: refs #7353 hide search param
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-11 11:23:14 +02:00
parent b559f2f18c
commit 9219fa07f5
3 changed files with 1 additions and 3 deletions

View File

@ -279,7 +279,6 @@ globals:
myAccount: My account myAccount: My account
noOne: No one noOne: No one
params: params:
search: General search
clientFk: Client id clientFk: Client id
salesPersonFk: Sales person salesPersonFk: Sales person
warehouseFk: Warehouse warehouseFk: Warehouse

View File

@ -283,7 +283,6 @@ globals:
myAccount: Mi cuenta myAccount: Mi cuenta
noOne: Nadie noOne: Nadie
params: params:
search: Búsqueda general
clientFk: Id cliente clientFk: Id cliente
salesPersonFk: Comercial salesPersonFk: Comercial
warehouseFk: Almacén warehouseFk: Almacén

View File

@ -40,7 +40,7 @@ const handleScopeDays = (params, days, callback) => {
<VnFilterPanel <VnFilterPanel
:data-key="dataKey" :data-key="dataKey"
:search-button="true" :search-button="true"
:hidden-tags="['from', 'to']" :hidden-tags="['from', 'to', 'search']"
:custom-tags="['scopeDays']" :custom-tags="['scopeDays']"
:unremovable-params="['from', 'to', 'scopeDays']" :unremovable-params="['from', 'to', 'scopeDays']"
> >