Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Descriptionsthirugn@redhat.com
2015-07-07 19:02:29 UTC
Created attachment 1049526[details]
screenshot
Description of problem:
Publishing content view does not display the package and errata counts
Version-Release number of selected component (if applicable):
Sat 6.1 GA Snap 11
How reproducible:
Always
Steps to Reproduce:
1. Create a content view and publish it
Actual results:
The publish completed with a success message. Notice that the Content column is showing empty (see screenshot) after the publish is completed
Expected results:
The Content column should show the package and errata counts
Additional info:
Once you go to another page and come back, the content column is populated fine. So this just looks like a page/content refresh issue.
This has been merged to master:
commit 145527533a65840058f24d453884772d37d20385
Merge: d6738d7 8ce01bc
Author: Walden Raines <walden>
Date: Thu Apr 28 09:28:04 2016 -0400
Merge pull request #6000 from waldenraines/14827
Fixes #14872: ensure content counts are displayed after publish.
commit 8ce01bca21b26367793fc6ca3345073e6d08f2ef
Author: Walden Raines <walden>
Date: Tue Apr 26 12:03:13 2016 -0400
Fixes #14872: ensure content counts are displayed after publish.
Fix the logic of the updateVersion() function to properly add new version
to the top of the table.
http://projects.theforeman.org/issues/14827
Publishing content view now displays the package and errata counts immediately without having to navigate away from the page and navigate back.
VERIFIED with sat62-snap12.1
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.
https://access.redhat.com/errata/RHBA-2016:1501
Created attachment 1049526 [details] screenshot Description of problem: Publishing content view does not display the package and errata counts Version-Release number of selected component (if applicable): Sat 6.1 GA Snap 11 How reproducible: Always Steps to Reproduce: 1. Create a content view and publish it Actual results: The publish completed with a success message. Notice that the Content column is showing empty (see screenshot) after the publish is completed Expected results: The Content column should show the package and errata counts Additional info: Once you go to another page and come back, the content column is populated fine. So this just looks like a page/content refresh issue.