- fixed server versioni precedenti (getEnableTokenExpiredByIdApp dava errore perchè confpages non esiste nelle vecchie versioni ...)

This commit is contained in:
Surya Paolo
2024-04-19 15:44:52 +02:00
parent e51244ab23
commit d54067a33f
14 changed files with 24 additions and 24 deletions

View File

@@ -204,7 +204,7 @@ export const toolsext = {
console.log('indcat', indcat)
if (indcat >= 0) {
const myrec = todos.todos[indcat].find((rec: any) => rec._id === id)
console.log('myrec', myrec)
// console.log('myrec', myrec)
let ris = null
if (myrec) {
ris = myrec[keystr]