mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Edit indicator removed after changing URLS and making new object
This commit is contained in:
@@ -859,6 +859,7 @@ var tower = angular.module('Tower', [
|
||||
$rootScope.$broadcast("EditIndicatorChange", list, id);
|
||||
} else if ($rootScope.addedAnItem) {
|
||||
delete $rootScope.addedAnItem;
|
||||
$rootScope.$broadcast("RemoveIndicator");
|
||||
} else {
|
||||
$rootScope.$broadcast("RemoveIndicator");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user