0.3.14:
Se errore di connessione al Server: compare l'username telegram ! Se Cookie disattivati: non riesci a loggare. sui Gruppi: non si vede il Comune ! Sei stato accettato da paoloar77 a far parte del Gruppo Terraw. MSG SBAGLIATO l'immagine dell'amministratore del gruppo non compariva
This commit is contained in:
@@ -796,7 +796,13 @@ export default defineComponent({
|
||||
recCatGrp: 1,
|
||||
}
|
||||
},
|
||||
|
||||
lookup5: {
|
||||
lk_tab: 'cities',
|
||||
lk_LF: 'idCity',
|
||||
lk_FF: '_id',
|
||||
lk_as: 'mycities',
|
||||
af_objId_tab: '',
|
||||
},
|
||||
}
|
||||
|
||||
} else if (props.table === toolsext.TABMYGOODS) {
|
||||
|
||||
@@ -76,7 +76,8 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function condividipag() {
|
||||
return tools.copyStringToClipboard($q, self.location.host + tools.getPathByGroup(myrec.value, props.table), true)
|
||||
const msg = self.location.host + tools.getPathByGroup(myrec.value, props.table)
|
||||
return tools.copyStringToClipboard($q, msg, true)
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
@@ -312,6 +312,7 @@ export default defineComponent({
|
||||
|
||||
// Check if exist other array:
|
||||
if (props.col) {
|
||||
|
||||
if (props.col.remote_table && props.col.remote_key && props.col.remote_field) {
|
||||
|
||||
try {
|
||||
|
||||
@@ -118,13 +118,14 @@ export default defineComponent({
|
||||
})
|
||||
.then((riscode: number) => {
|
||||
if (riscode === tools.OK) {
|
||||
// console.log(' -> eseguo emit(loginOk)')
|
||||
console.log(' -> eseguo emit(loginOk)')
|
||||
|
||||
emit('loginOk')
|
||||
|
||||
globalStore.createPushSubscription()
|
||||
|
||||
} else {
|
||||
console.log(' -> eseguo emit(checkErrors)')
|
||||
emit('checkErrors', riscode)
|
||||
}
|
||||
|
||||
|
||||
@@ -23,9 +23,11 @@ export default defineComponent({
|
||||
setup(props) {
|
||||
|
||||
const userStore = useUserStore()
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
return {
|
||||
userStore,
|
||||
globalStore,
|
||||
tools,
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="q-ma-md">
|
||||
<div v-if="!globalStore.serverError" class="q-ma-md">
|
||||
<CVerifyTelegram v-if="!tools.TelegVerificato() || !tools.isUsernameTelegOk()">
|
||||
|
||||
</CVerifyTelegram>
|
||||
|
||||
Reference in New Issue
Block a user