Add the prefix beside the Item ID in the exported file [SCI-10404]

This commit is contained in:
Giga Chubinidze 2024-03-15 02:21:38 +04:00
parent ace245c11f
commit d26d239b2b

View file

@ -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