diff --git a/src/components/CGridTableRec/CGridTableRec.ts b/src/components/CGridTableRec/CGridTableRec.ts index 00bb6c13..b3d408f0 100755 --- a/src/components/CGridTableRec/CGridTableRec.ts +++ b/src/components/CGridTableRec/CGridTableRec.ts @@ -367,7 +367,7 @@ export default defineComponent({ }) $router.beforeResolve((to: any) => { - console.log('beforeResolve', visupagedialog.value, 'to', to) + // console.log('beforeResolve', visupagedialog.value, 'to', to) if (visupagedialog.value && !to.meta.newpage) { // visupagedialog.value = false diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index 94344f57..b82645d0 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -750,7 +750,7 @@ - + { - console.log('Filter val', val, val.length) - console.log('props.filter_extra', props.filter_extra) + // console.log('Filter val', val, val.length) + // console.log('props.filter_extra', props.filter_extra) let myarr: any = [] diff --git a/src/db/static_data.ts b/src/db/static_data.ts index 91f66b33..821a602c 100755 --- a/src/db/static_data.ts +++ b/src/db/static_data.ts @@ -510,8 +510,8 @@ const baseroutes: IListRoutes[] = [ name: 'mypages.provapao', component: () => import('@/root/provapao/provapao.vue'), meta: { requiresAuth: true }, - inmenu: true, - infooter: true, + inmenu: false, + infooter: false, }, { active: true, diff --git a/src/statics/lang/it.js b/src/statics/lang/it.js index 858532e1..484239c4 100755 --- a/src/statics/lang/it.js +++ b/src/statics/lang/it.js @@ -11,7 +11,7 @@ const msg_it = { guida_passopasso: 'Guida Passo Passo', }, export: { - csv: 'Esporta in CSV', + csv: 'Esporta Movimenti', }, grid: { editvalues: 'Modifica Valori', @@ -1141,7 +1141,7 @@ const msg_it = { img_logo: 'NomeFile Logo', regulation: 'Regolamento', disclaimer: 'Questo Strumento vuole essere un\'aiuto per contabilizzare gli scambi tra utenti. ' + - 'Consigliamo vivamente di scaricarsi con frequenza le transazioni utenti, per ogni possibile evento imprevisto ' + + 'Consigliamo vivamente di scaricarsi con frequenza la lista dei movimenti degli utenti (bottone "Esporta"), per ogni possibile evento imprevisto ' + '(Server inaccessibile, ecc..) declinando così il creatore della APP da ogni responsabilità su come' + 'verrà utilizzata dal gruppo. ', acceptregulation: 'Accetta il Regolamento', diff --git a/src/store/Modules/tools.ts b/src/store/Modules/tools.ts index 3776e2cb..22396d3c 100644 --- a/src/store/Modules/tools.ts +++ b/src/store/Modules/tools.ts @@ -5412,7 +5412,7 @@ export const tools = { const userStore = useUserStore() $q.dialog({ - message: domanda ? domanda : t('db.domanda_addadminofcircuit', { username, circuitname }), + message: domanda ? domanda : t('circuit.domanda_addadminofcircuit', { username, circuitname }), ok: { label: t('dialog.yes'), push: true }, cancel: { label: t('dialog.cancel') }, title: t('db.domanda') @@ -5437,7 +5437,7 @@ export const tools = { const userStore = useUserStore() $q.dialog({ - message: domanda ? domanda : t('db.domanda_removeadminofcircuit', { username, circuitname }), + message: domanda ? domanda : t('circuit.domanda_removeadminofcircuit', { username, circuitname }), ok: { label: t('dialog.yes'), push: true }, cancel: { label: t('dialog.cancel') }, title: t('db.domanda')