Project

General

Profile

« Previous | Next » 

Revision 958c422f

Added by David Davis almost 10 years ago

Fixes #6175 - Handle new status icon that was added

In the following commit we added a new status icon but didn't check to make
sure that it was properly refreshed so #6175 was reopened to deal with this.

https://github.com/Katello/katello/commit/7e86b53e#diff-8d1fe504fb4c8c0ff058edda520089f9R17

View differences:

engines/bastion/app/assets/javascripts/bastion/content-hosts/details/content-host-add-subscriptions.controller.js
$scope.successMessages.push(translate("Successfully added %s subscriptions.").replace('%s', selected.length));
$scope.isAdding = false;
$scope.addSubscriptionsPane.refresh();
$scope.subscriptionsPane.refresh();
$scope.nutupane.refresh();
});
}, function (response) {
$scope.$parent.errorMessages = response.data.displayMessage;

Also available in: Unified diff