- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user