mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Edit indicator removed after changing URLS and making new object
This commit is contained in:
parent
f2ad541bf3
commit
e90f744e30
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user