Attached documents remain by issues after they had been deleted in the main Document view #867
This commit is contained in:
parent
0f9cf15262
commit
b9245002ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user