Hotfix: zones and order filters, ticket transfer #799

Merged
jsegarra merged 6 commits from Hotfix-ZoneOrderFilters into master 2024-10-05 09:02:47 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 7874db1647 - Show all commits

View File

@ -247,6 +247,7 @@ function addOrder(value, field, params) {
rounded
emit-value
use-input
sort-by="name ASC"
:disable="!selectedCategoryFk"
@update:model-value="
(value) => {

View File

@ -94,7 +94,7 @@ watch(
url="Postcodes/location"
:fields="['geoFk', 'code', 'townFk', 'countryFk']"
sort-by="code, townFk"
option-value="geoFk"
option-value="code"
option-label="code"
option-filter="code"
hide-selected