mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-15 19:34:28 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue