Actions
Bug #14217
closedauto-attach on a content host throws js error
Description
TypeError: Cannot read property 'host' of undefined at Scope.$scope.autoAttachSubscriptions (content-host-base-subscriptions.controller.self.js?body=1:37)
Clicking auto-attach on a content host subscriptions UI page is incorrectly referencing host
$scope.autoAttachSubscriptions = function () { $scope.subscription.workingMode = true; HostSubscription.autoAttach({id: $scope.contentHost.host.id}, success, failure); };
Updated by Thomas McKay over 8 years ago
- Blocks Bug #12533: Subscriptions Tracker added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Eric Helms
- Pull request https://github.com/Katello/katello/pull/5975 added
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|999296d94b5b3c18264b4ade470979a1c9df50e1.
Updated by Thomas McKay over 8 years ago
- Blocks deleted (Bug #12533: Subscriptions Tracker)
Actions