Bug 1834866
Summary: | Missing macro for "registered_at" host subscription facet | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Julio Entrena Perez <jentrena> | ||||
Component: | Reporting | Assignee: | wclark | ||||
Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.7.0 | CC: | mhulan, oprazak, pcreech, pdwyer, tbrisker, wclark | ||||
Target Milestone: | 6.8.0 | Keywords: | EasyFix, Patch, Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | tfm-rubygem-katello-3.16.0-0.14.rc3.1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-10-27 13:02:12 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: | |||||||
Attachments: |
|
Upstream bug assigned to wclark Upstream bug assigned to wclark Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/29743 has been resolved. Verified with Sat 6.8 snap 6.0. All *content* hosts' registration datetimes can be accessed by "registered_at(host)". This doesn't work for non-content hosts which is expected, according to devel. 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 (Important: Satellite 6.8 release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4366 |
Created attachment 1687730 [details] patch to add a macro to allow access to registered_at in safe mode Description of problem: There is no macro defined to access host_subscription_facet(host)&.registered_at from a custom report while safe mode is enabled (default). Version-Release number of selected component (if applicable): tfm-rubygem-katello-3.14.0.20-1.el7sat How reproducible: Always Steps to Reproduce: 1. Clone "Entitlements" report template 2. Try to add a column reporting the registration date of hosts 3. Actual results: Safemode doesn't allow to access 'registered_at' on #<Safemode::ScopeObject> Expected results: Customers can include the registration date of hosts in their custom reports. Additional info: