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:
parent
f2ad541bf3
commit
e90f744e30
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user