filter visible if selected, different from friends, hosp, and services

This commit is contained in:
Surya Paolo
2023-03-23 00:42:57 +01:00
parent c28c6c4d8b
commit eb53557090
11 changed files with 25 additions and 27 deletions

View File

@@ -35,7 +35,8 @@ export default defineComponent({
table: 'regions',
key: 'idReg',
type: costanti.FieldType.select,
value: tools.getCookie(tools.COOK_SEARCH + 'regions', costanti.FILTER_TUTTI),
value: tools.getCookie(tools.COOK_SEARCH + 'regions_fr', costanti.FILTER_TUTTI),
keycookie: '_fr',
addall: true,
arrvalue: [],
filter: null,
@@ -47,7 +48,8 @@ export default defineComponent({
table: 'provinces',
key: 'profile.resid_province',
type: costanti.FieldType.select,
value: tools.getCookie(tools.COOK_SEARCH + 'resid_provinces', costanti.FILTER_TUTTI),
value: tools.getCookie(tools.COOK_SEARCH + 'provinces_fr', costanti.FILTER_TUTTI),
keycookie: '_fr',
addall: true,
arrvalue: [],
filter: getFilterProvinceByRegion,

View File

@@ -25,11 +25,11 @@
nodataLabel=" "
:prop_search="true"
:prop_showfilter="true"
hint="Username o nome da trovare"
hint="Scegli una Regione o Provincia oppure digita il nome o Username"
:finder="true"
:choose_visutype="true"
:finder_noNull="false"
:finder_noNullFilters="false"
:finder_noNullFilters="true"
:options="shared_consts.OPTIONS_SEARCH_USER_ALL_WORDS"
:butt_modif_new="false"
noresultLabel="Username o nome non trovato"