mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Merge pull request #2837 from kensible/2774-edit-icon-new-object
Edit indicator removed after changing URLs and making new object
This commit is contained in:
commit
dc1c2117c4
@ -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…
x
Reference in New Issue
Block a user