8144-devToTest_2444 #852

Merged
carlossa merged 86 commits from 8144-devToTest_2444 into test 2024-10-22 08:55:44 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 801b6585e8 - Show all commits

View File

@ -135,14 +135,14 @@ async function handleCountries(data) {
ref="provincesFetchDataRef"
@on-fetch="handleProvinces"
:sort-by="['name ASC']"
:limit="100"
:limit="30"
auto-load
url="Provinces/location"
/>
<FetchData
ref="townsFetchDataRef"
:sort-by="['name ASC']"
:limit="100"
:limit="30"
@on-fetch="handleTowns"
auto-load
url="Towns/location"
@ -150,7 +150,7 @@ async function handleCountries(data) {
<FetchData
@on-fetch="handleCountries"
:sort-by="['name ASC']"
:limit="100"
:limit="30"
auto-load
url="Countries"
/>

View File

@ -47,7 +47,7 @@ const onDataSaved = (dataSaved, requestResponse) => {
}"
url="Autonomies/location"
:sort-by="['name ASC']"
:limit="100"
:limit="30"
/>
<FormModelPopup
:title="t('New province')"