mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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);
|
$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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user