Actions
Bug #26353
closedMissing checkbox to toggle between applicable errata and installabe errata in the errata content hosts page.
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The checkbox to toggle between applicable errata and installabe errata in the errata content hosts page is missing because of the following typo in the html template.
engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
<div class="filters"> <=========== Class should be replaced with "data-block"
<label class="checkbox-inline">
<input type="checkbox" ng-model="restrictInstallable" ng-change="toggleInstallable()"/>
<span translate>Only show content hosts where the errata is currently installable in the host's Lifecycle Environment.</span>
</label>
</div>
Updated by Hao Yu over 5 years ago
- Pull request https://github.com/Katello/katello/pull/8017 added
Updated by Jonathon Turel over 5 years ago
- Project changed from 34 to Katello
- Target version set to Katello 3.11.1
- Difficulty set to trivial
- Triaged changed from No to Yes
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
Updated by Hao Yu over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|da43ad64537bc843e3699023ebaacf06f5718af2.
Actions