Merge pull request 'fix: use right endpoint for CustomerList' (!1283) from hotfix_customerExtendedList into master
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #1283 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
c556a8b82d
|
@ -403,7 +403,7 @@ function handleLocation(data, location) {
|
|||
<VnTable
|
||||
ref="tableRef"
|
||||
data-key="CustomerList"
|
||||
url="Clients/filter"
|
||||
url="Clients/extendedListFilter"
|
||||
order="id DESC"
|
||||
:create="{
|
||||
urlCreate: 'Clients/createWithUser',
|
||||
|
|
Loading…
Reference in New Issue