- aggiornato scheda e rigenera lista
- corretto filtro sulla Collana
This commit is contained in:
@@ -811,7 +811,7 @@ export interface IMyScheda {
|
||||
idTipologie?: number[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
idCollane?: number[]
|
||||
idCollane?: string[]
|
||||
author?: string
|
||||
sort_field?: string
|
||||
sort_dir?: number
|
||||
@@ -860,7 +860,7 @@ export interface IOptCatalogo {
|
||||
Categoria?: string[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
idCollane?: number[]
|
||||
idCollane?: string[]
|
||||
sort_field?: string
|
||||
sort_dir?: number
|
||||
pdf?: boolean
|
||||
|
||||
Reference in New Issue
Block a user