Attached documents remain by issues after they had been deleted in the main Document view #867

This commit is contained in:
Karel Pičman 2018-06-01 09:40:05 +02:00
parent 0f9cf15262
commit b9245002ab

View File

@ -125,7 +125,7 @@ module RedmineDmsf
files = []
folder = self.system_folder
if folder
files = folder.dmsf_files.to_a
files = folder.dmsf_files.visible
end
files
end
@ -134,7 +134,7 @@ module RedmineDmsf
links = []
folder = self.system_folder
if folder
links = folder.dmsf_links
links = folder.dmsf_links.visible
end
links
end