- aggiornato scheda e rigenera lista

- corretto filtro sulla Collana
This commit is contained in:
Surya Paolo
2025-04-29 02:30:00 +02:00
parent ec19bc3b87
commit 493ebf51f3
24 changed files with 1219 additions and 888 deletions

View File

@@ -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