Skip to content
Snippets Groups Projects
Commit 8429a48a authored by Damien's avatar Damien
Browse files

[FEAT] [PARA V2] New iframe for attachments

parent 797c7287
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,7 @@ class VisaController ...@@ -358,7 +358,7 @@ class VisaController
$attachments[$key]['sign'] = $attachmentTypes[$value['attachment_type']]['sign']; $attachments[$key]['sign'] = $attachmentTypes[$value['attachment_type']]['sign'];
$attachments[$key]['thumbnailLink'] = "index.php?page=doc_thumb&module=thumbnails&res_id={$realId}&coll_id={$collId}&display=true&advanced=true"; $attachments[$key]['thumbnailLink'] = "index.php?page=doc_thumb&module=thumbnails&res_id={$realId}&coll_id={$collId}&display=true&advanced=true";
$attachments[$key]['viewerLink'] = "index.php?display=true&module=visa&page=view_pdf_attachement&res_id_master={$aArgs['resId']}&id={$viewerId}"; $attachments[$key]['viewerLink'] = "index.php?display=true&module=attachments&page=view_attachment&res_id_master={$aArgs['resId']}&id={$viewerId}";
} }
$obsAttachments = \ResModel::getObsLinkedAttachmentsNotIn([ $obsAttachments = \ResModel::getObsLinkedAttachmentsNotIn([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment