#545 components not displayed for non-images
Closed: Fixed Opened by mikem.

The CG interface allows archives besides images to have component lists, but the ui does not display them.

E.g. https://koji.fedoraproject.org/koji/archiveinfo?archiveID=54563 (shows no components)

Yet

$ koji --quiet --noauth call --json-output listRPMs imageID=54563  |jq '.[] | .nvr+"."+.arch'
"ed-1.14.1-4.module_843ce08a.src"
"ed-debuginfo-1.14.1-4.module_843ce08a.x86_64"
"ed-1.14.1-4.module_843ce08a.x86_64"
"ed-debuginfo-1.14.1-4.module_843ce08a.ppc64le"
"ed-1.14.1-4.module_843ce08a.ppc64le"
"ed-debuginfo-1.14.1-4.module_843ce08a.aarch64"
"ed-1.14.1-4.module_843ce08a.aarch64"
"ed-1.14.1-4.module_843ce08a.ppc64"
"ed-debuginfo-1.14.1-4.module_843ce08a.ppc64"
"ed-1.14.1-4.module_843ce08a.i686"
"ed-debuginfo-1.14.1-4.module_843ce08a.i686"
"ed-1.14.1-4.module_843ce08a.s390x"
"ed-debuginfo-1.14.1-4.module_843ce08a.s390x"
"ed-debuginfo-1.14.1-4.module_843ce08a.armv7hl"
"ed-1.14.1-4.module_843ce08a.armv7hl"

PR #610

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.15

Commit bc02f03d fixes this issue

Commit 601871c6 relates to this ticket

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/545

Please continue any further discussion there.

Metadata