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); };
Actions