- varie sistemazioni: filtri iscritti, profilo, ecc...
This commit is contained in:
@@ -373,6 +373,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return calendarStore.wheres
|
||||
else if (table === 'contribtypes')
|
||||
return calendarStore.contribtype
|
||||
else if (table === shared_consts.TABFILTRI_UTENTE)
|
||||
return shared_consts.RECFILTRI_UTENTE
|
||||
else if (table === 'disciplines') ris = state.disciplines
|
||||
else if (table === toolsext.TABNEWSLETTER) ris = state.newstosent
|
||||
else if (table === toolsext.TABGALLERY) ris = state.gallery
|
||||
@@ -445,7 +447,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
else if (table === 'catgrps')
|
||||
return state.catgrps
|
||||
else if (table === 'provinces')
|
||||
return state.provinces.filter((prov: IProvince) => (!prov.card))
|
||||
return state.provinces.filter((rec: IProvince) => (!rec.card) && (rec.prov !== 'ITA') && (rec.prov !== 'EST'))
|
||||
else if (table === 'cards') {
|
||||
const arrprov: any[] = state.provinces.filter((prov: IProvince) => prov.prov === value2 && (!!prov.card))
|
||||
if (arrprov) {
|
||||
|
||||
Reference in New Issue
Block a user