- Editor Pagine Elementi: Sezione, Righe, Colonne, Elementi. (rows, columns, elems)
This commit is contained in:
@@ -9010,11 +9010,11 @@ export const tools = {
|
||||
);
|
||||
} else return '';
|
||||
} else if (elem.type === shared_consts.ELEMTYPE.IMAGE) {
|
||||
return tools.getDirUpload() + 'pages/' + mypath + '/' + elem.container + addtourl;
|
||||
return elem.container ? tools.getDirUpload() + 'pages/' + mypath + '/' + elem.container + addtourl : '';
|
||||
} else if (elem.type === shared_consts.ELEMTYPE.QRCODE) {
|
||||
return tools.getDirUpload() + 'pages/' + mypath + '/' + elem.image + addtourl;
|
||||
return elem.image ? tools.getDirUpload() + 'pages/' + mypath + '/' + elem.image + addtourl : '';
|
||||
} else {
|
||||
return tools.getDirUpload() + 'pages/' + mypath + '/' + elem.image + addtourl;
|
||||
return elem.image ? tools.getDirUpload() + 'pages/' + mypath + '/' + elem.image + addtourl : '';
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -10169,7 +10169,8 @@ export const tools = {
|
||||
id?: any,
|
||||
indrec?: number,
|
||||
mysubsubkey?: string,
|
||||
specialField?: ISpecialField
|
||||
specialField?: ISpecialField,
|
||||
recordFull?: any
|
||||
) {
|
||||
const { setValDb, getValDb } = MixinBase();
|
||||
|
||||
@@ -10189,7 +10190,8 @@ export const tools = {
|
||||
id,
|
||||
indrec,
|
||||
mysubsubkey,
|
||||
specialField
|
||||
specialField,
|
||||
recordFull,
|
||||
);
|
||||
myval = newval.vers_img;
|
||||
const mykey2 = 'vers_img';
|
||||
@@ -10204,7 +10206,8 @@ export const tools = {
|
||||
id,
|
||||
indrec,
|
||||
mysubsubkey,
|
||||
specialField
|
||||
specialField,
|
||||
recordFull,
|
||||
);
|
||||
|
||||
eseguito = true;
|
||||
|
||||
Reference in New Issue
Block a user