1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Edit indicator removed after changing URLS and making new object

This commit is contained in:
Ken Hoes 2016-07-07 10:49:08 -04:00
parent f2ad541bf3
commit e90f744e30

View File

@ -859,6 +859,7 @@ var tower = angular.module('Tower', [
$rootScope.$broadcast("EditIndicatorChange", list, id); $rootScope.$broadcast("EditIndicatorChange", list, id);
} else if ($rootScope.addedAnItem) { } else if ($rootScope.addedAnItem) {
delete $rootScope.addedAnItem; delete $rootScope.addedAnItem;
$rootScope.$broadcast("RemoveIndicator");
} else { } else {
$rootScope.$broadcast("RemoveIndicator"); $rootScope.$broadcast("RemoveIndicator");
} }