ver: 1.1.21:

- Lista dei Cataloghi
- Gestione Cataloghi in base alla configurazione
This commit is contained in:
Surya Paolo
2025-02-10 22:48:53 +01:00
parent 4da257e43a
commit 3d0e307e42
85 changed files with 1419 additions and 547 deletions

View File

@@ -8438,7 +8438,7 @@ export const tools = {
} else if (table === toolsext.TABCATALOGS) {
return tools.getdefaultnewrec_Catalog()
}
return null
return {}
},
getNomeTabellaStrByTable(table: string, rec: any) {
@@ -9632,7 +9632,11 @@ export const tools = {
console.error('Errore durante l\'elaborazione dell\'URL:', error);
return '';
}
}
},
isEmptyObject(obj: any) {
return Object.keys(obj).length === 0;
},
// FINE !