mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Organization Activity Stream
Clicking the Activity Stream button on the Ogranization detail page resulted in a JS error. https://trello.com/c/wUwLand8/141-the-stream-btn-on-an-organization-does-not-work
This commit is contained in:
@@ -236,7 +236,7 @@ function OrganizationsEdit($scope, $rootScope, $compile, $location, $log, $route
|
|||||||
|
|
||||||
$scope.showActivity = function () {
|
$scope.showActivity = function () {
|
||||||
Stream({
|
Stream({
|
||||||
$scope: $scope
|
scope: $scope
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user