galleria prodotto
This commit is contained in:
@@ -8937,7 +8937,7 @@ export const tools = {
|
||||
}
|
||||
},
|
||||
|
||||
getDirectoryGall(myrow: any, table: string, path: string) {
|
||||
getDirectoryGall(myrow: any, table: string, path: string, fieldtype: number = 0) {
|
||||
const userStore = useUserStore();
|
||||
|
||||
// console.log('getDirectoryGall', myrow)
|
||||
@@ -10178,7 +10178,7 @@ export const tools = {
|
||||
let eseguito = false;
|
||||
|
||||
// if (table === 'myelems') {
|
||||
if (type === costanti.FieldType.image && newval.imagefile) {
|
||||
if (type === costanti.FieldType.imagerec && newval.imagefile) {
|
||||
let myval = newval.imagefile;
|
||||
await setValDb(
|
||||
$q,
|
||||
|
||||
Reference in New Issue
Block a user