diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 031b5a88..7784d4cb 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -2309,7 +2309,9 @@ export const shared_consts = { nome_valuta: 1, fido_scoperto_default: 1, deperimento: 1, - showAlways: 1, + circuitiExtraProv: 1, + isCircItalia: 1, + enableOnlyIf1CircuitExist: 1, ignoreLimits: 1, askManagerToEnter: 1, sendEmailAfterAskingToEnter: 1, diff --git a/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts b/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts index 6929f410..9e4211c8 100755 --- a/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts +++ b/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts @@ -44,7 +44,7 @@ export default defineComponent({ function load() { non_hai_circuito_nazionale.value = !circuitStore.sonoDentroAlCircuitoNazionale() if (props.to_user) { - destin_non_ha_circuito_naz.value = !circuitStore.EDentroAlCircuitoNazionale(props.to_user) + destin_non_ha_circuito_naz.value = !circuitStore.EDentroAlCircuitoItalia(props.to_user) if (userStore.getMyCircuitsInCommonByUser(props.to_user).length > 0) { destin_non_ha_circuito_naz.value = false } diff --git a/src/components/CGridTableRec/CGridTableRec.ts b/src/components/CGridTableRec/CGridTableRec.ts index 2225162f..1f19b030 100755 --- a/src/components/CGridTableRec/CGridTableRec.ts +++ b/src/components/CGridTableRec/CGridTableRec.ts @@ -254,9 +254,7 @@ export default defineComponent({ filterextra2: { type: Array, required: false, - default: () => { - return []; - }, + default: () => [] as any[], }, extraparams: { required: false, diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index 19c85e25..5db81f30 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -1472,7 +1472,6 @@