Attached links are not visible

This commit is contained in:
Karel Pičman 2019-03-11 15:01:12 +01:00
parent 87c054a176
commit 5c3cad5dd4

View File

@ -26,7 +26,8 @@ module RedmineDmsf
# Overriden methods
def has_attachments?
super || (defined?(self.dmsf_files) && self.dmsf_files.any?)
super || (defined?(self.dmsf_files) && self.dmsf_files.any?) ||
(defined?(self.dmsf_links) && self.dmsf_links.any?)
end
end