- Cataloghi

- Import ed Export Pagine
- ObjectID sostituita con ObjectId
This commit is contained in:
Surya Paolo
2024-12-17 17:56:03 +01:00
parent 8baf1e99f0
commit 7619ce5b51
67 changed files with 287 additions and 173 deletions

View File

@@ -368,11 +368,11 @@ export default defineComponent({
return importMacroCatalogoJson(cmd, testo);
} else if (cmd === shared_consts.Cmd.MACRO_DESCRELINKSITOWEB) {
console.log('TESTO PRIMA:', testo)
// console.log('TESTO PRIMA:', testo)
const testoJSON = tools.convertXMLStringToJSON(testo)
const testoJSONtoPrint = JSON.stringify(testoJSON, null, 2)
console.log(testoJSONtoPrint)
// console.log(testoJSONtoPrint)
return importMacroCatalogoJson(cmd, testoJSONtoPrint)
}

View File

@@ -65,7 +65,11 @@ export default defineComponent({
{
label: 'Provincia',
value: shared_consts.FILTER_USER_PROVINCE
}
},
{
label: 'Senza Provincia',
value: shared_consts.FILTER_USER_SENZA_PROVINCE
},
]
} else if (tools.appid() === tools.IDAPP_FREEPLANET) {