mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Fix for docx renderer [SCI-6540] (#3879)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
6b51b8a35c
commit
1f45e3f01d
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ module Reports
|
|||
asset_preview.blob.download
|
||||
end
|
||||
|
||||
docx.img asset_preview.processed.service_url do
|
||||
docx.img asset_preview.processed.service_url.split('&')[0] do
|
||||
data blob_data
|
||||
width x
|
||||
height y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue