Update with latest changes on branch

This commit is contained in:
okriuchykhin 2018-03-13 14:37:12 +01:00 committed by GitHub
parent 32d2d218ba
commit f14931f6a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ module RepositoryZipExport
else else
cell = row.repository_cells cell = row.repository_cells
.find_by(repository_column_id: c_id) .find_by(repository_column_id: c_id)
cell ? cell.value.data : nil cell ? cell.value.formatted : nil
end end
end end
csv << csv_row csv << csv_row