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.
Created attachment 813708[details]
missing env selection box
Description of problem:
Register a system via rhsm and use published CV name while passing the env name.
for ex:
subscription-manager register --username admin --password admin --org org-name
--env env-name/cv-pub-name --force
System should be registered successfully. Now when you navigate the system -->All -->system details page, you will see the "Environment Selection box" and "+ Additional information" link.
But when you navigate to some other tab like 'packages' or events and come back to details tab, the environment selection box and "+ Additional info" link disappears
Version-Release number of selected component (if applicable):
snap6 compose2 (MDP2)
katello-1.4.6-40.el6sat.noarch
How reproducible:
always
Steps to Reproduce:
1. Create a product/repo and sync it
2. create a cv and select the product and publish it
3. Promote the cv to next env
4. Register the system via rhsm and pass published name along ith env name ( as suggested above)
5. Go to Systems --All -> select registered systems --> details
6. Navigate to 'Package' or 'Events' tabs
7. Again select 'details' tab
Actual results:
Environment selection box and '+ Additional info' link disappears from system's details page
Expected results:
should be there
Additional info:
(In reply to Sachin Ghai from comment #0)
> Steps to Reproduce:
> 1. Create a product/repo and sync it
> 2. create a cv and select the product and publish it
> 3. Promote the cv to next env
> 4. Register the system via rhsm and pass published name along ith env name (
> as suggested above)
> 5. Go to Systems --All -> select registered systems --> details
> 6. Navigate to 'Package' or 'Events' tabs
> 7. Again select 'details' tab
Was able to reproduce, steps 1-3 are not necessary.
commit 384fc2a16822d5dc0af06df050ee7b62c0461d8a
Merge: 341c7e0 6cf41a9
Author: Walden Raines <walden>
Date: Wed Jun 11 17:23:07 2014 -0400
Merge pull request #4253 from waldenraines/6174
Fixes #6174/BZ 1020808 - ensure host advanced info link is displayed.
commit 6cf41a9f2cd16065027a96d12508def0fc27b8e5
Author: Walden Raines <walden>
Date: Wed Jun 11 16:23:17 2014 -0400
Fixes #6174/BZ 1020808 - ensure host advanced info link is displayed.
The problem was that the event 'contentHost.loaded' only fired upon
the first visit to this page. Using the $promise instead results
in the advanced info link being displayed each time.
Verified with snap9 compose2. (Satellite-6.0.3-RHEL-6-20140612.1)
I can see Environment selection box and '+ Additional info' link after navigating to some other page and then come back to content-host details page.
Created attachment 813708 [details] missing env selection box Description of problem: Register a system via rhsm and use published CV name while passing the env name. for ex: subscription-manager register --username admin --password admin --org org-name --env env-name/cv-pub-name --force System should be registered successfully. Now when you navigate the system -->All -->system details page, you will see the "Environment Selection box" and "+ Additional information" link. But when you navigate to some other tab like 'packages' or events and come back to details tab, the environment selection box and "+ Additional info" link disappears Version-Release number of selected component (if applicable): snap6 compose2 (MDP2) katello-1.4.6-40.el6sat.noarch How reproducible: always Steps to Reproduce: 1. Create a product/repo and sync it 2. create a cv and select the product and publish it 3. Promote the cv to next env 4. Register the system via rhsm and pass published name along ith env name ( as suggested above) 5. Go to Systems --All -> select registered systems --> details 6. Navigate to 'Package' or 'Events' tabs 7. Again select 'details' tab Actual results: Environment selection box and '+ Additional info' link disappears from system's details page Expected results: should be there Additional info: