aggiornamenti vari...
This commit is contained in:
@@ -2293,7 +2293,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
|
||||
}
|
||||
|
||||
// console.log('getServerHost', myserv)
|
||||
console.log('getServerHost', myserv)
|
||||
|
||||
return myserv
|
||||
} catch (e) {
|
||||
@@ -2409,6 +2409,18 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
newrec.height = 600
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.CARD) {
|
||||
newrec.class2 = 'row justify-center'
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.SEARCHPRODUCT) {
|
||||
newrec.catalogo = {
|
||||
productTypes: [0],
|
||||
excludeproductTypes: [],
|
||||
formato: [],
|
||||
Categoria: [],
|
||||
editore: [],
|
||||
pdf: false,
|
||||
dimensioni_def: {
|
||||
pagina: tools.resetRecIDimensioni(null)
|
||||
},
|
||||
}
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.CATALOGO) {
|
||||
newrec.catalogo = {
|
||||
//++AddCATALOGO_FIELDS
|
||||
|
||||
Reference in New Issue
Block a user