mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 14:17:00 +08:00
Add the prefix beside the Item ID in the exported file [SCI-10404]
This commit is contained in:
parent
ace245c11f
commit
d26d239b2b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module RepositoryZipExport
|
|||
when -1, -2
|
||||
next
|
||||
when -3
|
||||
csv_row << (repository.is_a?(RepositorySnapshot) ? row.parent_id : row.id)
|
||||
csv_row << (repository.is_a?(RepositorySnapshot) ? row.parent_id : row.code)
|
||||
when -4
|
||||
csv_row << row.name
|
||||
when -5
|
||||
|
|
Loading…
Reference in a new issue