Linking Issues and DMSF Documents #48 - tagging

This commit is contained in:
Karel Picman 2017-02-17 09:49:50 +01:00
parent a06bfd7754
commit 2150ba3fb5

View File

@ -617,7 +617,7 @@ class DmsfController < ApplicationController
end
end
@files = []
DmsfFile.where(:project_id => @project.id).visible.each do |f|
DmsfFile.where(:container_id => @project.id, :container_type => 'Project').visible.each do |f|
r = f.last_revision
if r
r.custom_field_values.each do |v|