mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-26 00:36:01 +08:00
Show parent id for inventory snapshot items in exported excel [SCI-7671] (#4907)
This commit is contained in:
parent
914cd3c2c8
commit
5104dab5b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue