mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +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
|
asset_preview.blob.download
|
||||||
end
|
end
|
||||||
|
|
||||||
docx.img asset_preview.processed.service_url do
|
docx.img asset_preview.processed.service_url.split('&')[0] do
|
||||||
data blob_data
|
data blob_data
|
||||||
width x
|
width x
|
||||||
height y
|
height y
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue