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.
Description of problem:
Type and Start date column are empty in Activation Key Add/List subscriptions page. These 2 columns are also empty in the Content Hosts -> Selection Action -> Manage Subscription modal.
In "engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html"
<td bst-table-cell><div subscription-type="subscription"></div></td> <============= This 2 values are not mapped correctly
<td bst-table-cell><div subscription-start-date="subscription"></div></td> <===========
<td bst-table-cell><date date="subscription.end_date" /></td>
<td bst-table-cell>{{ subscription.support_level }}</td>
<td bst-table-cell>{{ subscription.contract_number }}</td>
<td bst-table-cell>{{ subscription.account_number }}</td>
Same as "engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html"
Steps to Reproduce:
1. Web UI -> Content -> Activation Keys
2. Select an activation key
3. On Subscriptions tab check the List/Remove or Add table
Actual results:
Missing Type and Start date are missing in the table column
Expected results:
Should show Type and Start date
Description of problem: Type and Start date column are empty in Activation Key Add/List subscriptions page. These 2 columns are also empty in the Content Hosts -> Selection Action -> Manage Subscription modal. In "engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html" <td bst-table-cell><div subscription-type="subscription"></div></td> <============= This 2 values are not mapped correctly <td bst-table-cell><div subscription-start-date="subscription"></div></td> <=========== <td bst-table-cell><date date="subscription.end_date" /></td> <td bst-table-cell>{{ subscription.support_level }}</td> <td bst-table-cell>{{ subscription.contract_number }}</td> <td bst-table-cell>{{ subscription.account_number }}</td> Same as "engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html" Steps to Reproduce: 1. Web UI -> Content -> Activation Keys 2. Select an activation key 3. On Subscriptions tab check the List/Remove or Add table Actual results: Missing Type and Start date are missing in the table column Expected results: Should show Type and Start date