- Raccolte Cataloghi corretto e migliorato.

- Bottoni "Apri" e "PDF".
This commit is contained in:
Surya Paolo
2025-07-06 23:12:56 +02:00
parent 9e95fe622b
commit e7ead2e66a
23 changed files with 612 additions and 324 deletions

View File

@@ -8271,7 +8271,7 @@ export const tools = {
},
getFullFileName(
arrimage: IImgGallery[],
arrimage: IImgGallery[] | IImg[],
table: string,
username: string,
groupname: string
@@ -8942,7 +8942,7 @@ export const tools = {
} else if (table === 'catalogs') {
ris = 'catalogs/' + id;
} else if (table === 'raccoltacataloghis') {
ris = 'raccoltacatalogs/' + id;
ris = 'raccoltacataloghis/' + id;
} else if (!!myrow && !!myrow.directory) {
ris = myrow.directory;
} else if (table === 'myelems') {
@@ -11099,7 +11099,7 @@ export const tools = {
return 0;
}
},
getURLByHostAndFilePath(filepath: string, timestamp: string = '') {
getURLByHostAndFilePath(filepath: string, timestamp: number = 0) {
try {
let myurl = filepath.startsWith('/')
? tools.getHost() + filepath