- Sistemato i Referenti (e non Editori), quando crei un nuovo Catalogo ti imposta la proprietà a te, ma chiunque Collaboratore potrebbe cmq modificartelo.
This commit is contained in:
@@ -38,6 +38,8 @@ export interface ICatalog {
|
||||
pdf_generato_size?: string
|
||||
data_generato?: Date
|
||||
data_lista_generata?: Date
|
||||
data_lista_updated?: Date
|
||||
username_lista_updated?: string
|
||||
username_lista_generata?: string
|
||||
pdf_online?: string
|
||||
pdf_online_size?: string
|
||||
|
||||
@@ -299,4 +299,5 @@ export interface IUserState {
|
||||
updateTables?: boolean
|
||||
|
||||
lista_editori?: IUserShort[] | null
|
||||
lista_referenti?: IUserShort[] | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user