Show parent id for inventory snapshot items in exported excel [SCI-7671] (#4907)

This commit is contained in:
ajugo 2023-02-06 11:18:19 +01:00 committed by GitHub
parent 914cd3c2c8
commit 5104dab5b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ module RepositoryZipExport
when -1, -2
next
when -3
row.id
repository.is_a?(RepositorySnapshot) ? row.parent_id : row.id
when -4
row.name
when -5