From e90f744e30b6621ab22b82958bb57af330d77862 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 7 Jul 2016 10:49:08 -0400 Subject: [PATCH] Edit indicator removed after changing URLS and making new object --- awx/ui/client/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 8300d7d09c..2229f4ca77 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -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"); }