Fix archived on in xlsx repository export [SCI-10856]

This commit is contained in:
Martin Artnik 2024-07-09 15:40:43 +02:00
parent 76bb77d7cf
commit 84f47db907

View file

@ -45,7 +45,7 @@ module RepositoryXlsxExport
when -9
row_data << (row.archived? && row.archived_by.present? ? row.archived_by.full_name : '')
when -10
row_data << (row.archived? && row.archived_on)
row_data << row.archived_on
when -11
row_data << row.parent_repository_rows.map(&:code).join(' | ')
row_data << row.child_repository_rows.map(&:code).join(' | ')