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:
@@ -670,7 +670,7 @@ export const colmyGoods = [
|
||||
fieldtype: costanti.FieldType.string,
|
||||
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
|
||||
noshowlabel: true,
|
||||
maxlength: 90,
|
||||
maxlength: 120,
|
||||
required: true,
|
||||
sortable: false,
|
||||
}),
|
||||
@@ -837,7 +837,7 @@ export const colmySkills = [
|
||||
fieldtype: costanti.FieldType.string,
|
||||
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
|
||||
noshowlabel: true,
|
||||
maxlength: 90,
|
||||
maxlength: 120,
|
||||
required: true,
|
||||
sortable: false,
|
||||
}),
|
||||
@@ -1010,7 +1010,7 @@ export const colmyBachecas = [
|
||||
fieldtype: costanti.FieldType.string,
|
||||
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
|
||||
noshowlabel: true,
|
||||
maxlength: 90,
|
||||
maxlength: 120,
|
||||
required: true,
|
||||
sortable: false,
|
||||
}),
|
||||
|
||||
@@ -3364,6 +3364,10 @@ export const tools = {
|
||||
localStorage.setItem(item, value)
|
||||
},
|
||||
|
||||
localStReal(item: string, value : string) {
|
||||
localStorage.setItem(item, value)
|
||||
},
|
||||
|
||||
setCookie(mytok: any, value: string) {
|
||||
// console.log('setCookie', mytok, value)
|
||||
if (localStorage.getItem('cookie-id') === 'decline')
|
||||
@@ -4138,8 +4142,9 @@ export const tools = {
|
||||
|
||||
isLogged() {
|
||||
const userStore = useUserStore()
|
||||
const globalStore = useGlobalStore()
|
||||
if (!!userStore)
|
||||
return userStore.isLogged
|
||||
return userStore.isLogged && !globalStore.serverError
|
||||
else
|
||||
return false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user