- corretto problema ROGNOSO : Risolvere la questione "Sessioni multiple", se apro 2 browser l'ultimo va a cancellare il precedente, e mi da errore di email non valida !
Il problema era sulla fetch nel service worker, gestita in quel modo personalizzato, andava in conflitto, non tenendo le chiamate bloccanti, ma uscivano prima che arrivasse la risposta del server. - Per chi è da tanto che non si collega a RISO, compare "Email non verificata"... (si risolve chiudendo su ESCI e riloggandosi)... però andrebbe sistemata. (stesso problema di prima).
This commit is contained in:
@@ -1091,6 +1091,10 @@ export interface IColGridTable {
|
||||
tipoconto?: number
|
||||
path?: string
|
||||
onlyforAdmin?: boolean
|
||||
showifIsStatusDiPersona?: boolean
|
||||
showifIsStatusOnLine?: boolean
|
||||
requiredifIsStatusDiPersona?: boolean
|
||||
requiredifIsStatusOnLine?: boolean
|
||||
}
|
||||
|
||||
export interface ITableRec {
|
||||
@@ -1368,7 +1372,7 @@ export interface IMyBacheca extends IMyMain {
|
||||
idStatusSkill: number[]
|
||||
idContribType: string[]
|
||||
dateTimeStart: Date
|
||||
dateTimeEnd: Date
|
||||
dateTimeEnd: Date | null
|
||||
idCity: number[]
|
||||
photos: IGallery[]
|
||||
NumLevel: number
|
||||
@@ -1384,6 +1388,7 @@ export interface IMyBacheca extends IMyMain {
|
||||
|
||||
// **ADDFIELD_MYBACHECAS
|
||||
website: string
|
||||
link_conference?: string,
|
||||
descr: string
|
||||
date_created?: Date,
|
||||
date_updated?: Date,
|
||||
|
||||
Reference in New Issue
Block a user