Skip to content

Commit bab6c3c

Browse files
authored
Merge pull request #8002 from cslzchen/feature/svcs-488-improve-docx
[SVCS-488] Improve docx rendering - OSF Part
2 parents 4a2e6cb + b7cc560 commit bab6c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/base/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ def addon_view_file(auth, node, file_node, version):
732732
'direct': None,
733733
'mode': 'render',
734734
'action': 'download',
735+
'public_file': node.is_public,
735736
})
736737
)
737738

0 commit comments

Comments
 (0)