- Aggiornato node.js alla versione 22.18.1

- Aggiornato tutti i pacchetti del server all'ultima versione.
- passato mongoose da versione 5 a versione 6
This commit is contained in:
Surya Paolo
2025-03-03 00:45:56 +01:00
parent 28ed99703d
commit 6d112b8e45
18 changed files with 76 additions and 234 deletions

View File

@@ -4155,7 +4155,7 @@ export const fieldsTable = {
} else
return null
},
getArrColsByTable(mytable: string): any[] {
getArrColsByTable(mytable: string): any {
const tablerec: any = this.tablesList.find((rec) => rec.value === mytable)
if (tablerec && tablerec.columns) {
return tablerec.columns