9377: Narrated web report link to thumbnails is broken on certain pages
This commit is contained in:
parent
fd8c8f5948
commit
8725df9b03
@ -2412,7 +2412,10 @@ class BasePage(object):
|
|||||||
if mime_type:
|
if mime_type:
|
||||||
if mime_type.startswith("image/"):
|
if mime_type.startswith("image/"):
|
||||||
real_path, newpath = self.report.prepare_copy_media(media)
|
real_path, newpath = self.report.prepare_copy_media(media)
|
||||||
newpath = self.report.build_url_fname(newpath)
|
newpath = self.report.build_url_fname(newpath, up=self.up)
|
||||||
|
dest_dir = os.path.dirname(self.report.cur_fname)
|
||||||
|
if dest_dir:
|
||||||
|
newpath = os.path.join(dest_dir, newpath)
|
||||||
self.report.copy_file(media_path_full(
|
self.report.copy_file(media_path_full(
|
||||||
self.report.database, media.get_path()), newpath)
|
self.report.database, media.get_path()), newpath)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user