- Raccolte Cataloghi corretto e migliorato.
- Bottoni "Apri" e "PDF".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user