Bug 995111
Summary: | Column names in an export of an enhanced report (splice_reports) need to be updated to match webui. | ||
---|---|---|---|
Product: | [Retired] Subscription Asset Manager | Reporter: | John Matthews <jmatthew> |
Component: | Splice | Assignee: | Splice Developers <splice-devel> |
Status: | CLOSED ERRATA | QA Contact: | mkovacik |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.3 | CC: | cduryee, vkuznets |
Target Milestone: | rc | ||
Target Release: | 1.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-01 11:17:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 833466 |
Description
John Matthews
2013-08-08 14:45:33 UTC
Fixed in: https://github.com/splice/splice-reports/commit/2dcb07d8afdab703a0eb9a77eb31c72a91cd59f4 Will be in: rubygem-splice_reports-0.0.5-39-sat % head -1 export.csv _id, record, CHECK-IN TIME, STATUS, SYSTEM ID, SATELLITE SERVER, SYSTEM ID, HOSTNAME, ORGANIZATION, LIFECYCLE STATE, We meet "SYSTEM ID" field twice and it means different things: katello id and satellite id. Was it supposed to be this way? Changed an extra header field of "SYSTEM ID" to "DB ID", this corresponds to the mongodb id of the original record the aggregation query returned. https://github.com/splice/splice-reports/commit/ba04ad857cae0605efb73dd82aba68094a3b1220 Lates build (Snap4) should contain these fixes. Please test on Snap4. Verified with Snapshot 6 % head -1 export.csv _id, record, CHECK-IN TIME, STATUS, DB ID, SATELLITE SERVER, SYSTEM ID, HOSTNAME, ORGANIZATION, LIFECYCLE STATE, Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1390.html |