mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-13 18:35:25 +08:00
Update with latest changes on branch
This commit is contained in:
parent
32d2d218ba
commit
f14931f6a8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module RepositoryZipExport
|
|||
else
|
||||
cell = row.repository_cells
|
||||
.find_by(repository_column_id: c_id)
|
||||
cell ? cell.value.data : nil
|
||||
cell ? cell.value.formatted : nil
|
||||
end
|
||||
end
|
||||
csv << csv_row
|
||||
|
|
Loading…
Reference in a new issue