- Creazione di un Nuovo Catalogo (e la sua relativa pagina), a partire da un modello ed un catalogo esistente.

- Aggiunta dei bottoni sul Ccatalogocard
This commit is contained in:
Surya Paolo
2025-06-12 23:49:18 +02:00
parent 133dc6a502
commit 6b9ddc8986
7 changed files with 557 additions and 439 deletions

View File

@@ -99,9 +99,9 @@ const MyElemSchema = new Schema({
path: {
type: String,
},
oldpath: {
/*oldpath: {
type: String,
},
},*/
idPage: { type: String },
type: {
type: Number,

View File

@@ -208,6 +208,7 @@ MyPageSchema.statics.findOnlyStruttRec = async function (idapp) {
path: 1,
active: 1,
onlyif_logged: 1,
isTemplate: 1,
only_residenti: 1,
only_admin: 1,
inmenu: 1,