- aggiornato la versione STAMPA, che non funzionava
This commit is contained in:
@@ -237,6 +237,7 @@ export interface IMyPage {
|
||||
onlyif_logged?: boolean
|
||||
only_residenti?: boolean
|
||||
only_consiglio?: boolean
|
||||
only_collab?: boolean
|
||||
submenu?: boolean
|
||||
l_par?: number,
|
||||
l_child?: number,
|
||||
@@ -479,6 +480,7 @@ export interface ISelector {
|
||||
export interface IGlobalState {
|
||||
finishLoading: boolean
|
||||
showHeader?: boolean
|
||||
inStampa?: boolean
|
||||
conta: number
|
||||
wasAlreadySubOnDb: boolean
|
||||
wasAlreadySubscribed: boolean
|
||||
@@ -612,6 +614,7 @@ export interface IListRoutes {
|
||||
color?: string
|
||||
onlyEditor?: boolean
|
||||
onlyCommerciale?: boolean
|
||||
onlyCollaboratore?: boolean
|
||||
onlyGrafico?: boolean
|
||||
extraclass?: string
|
||||
meta?: any
|
||||
|
||||
Reference in New Issue
Block a user