From a1035289676733dd165cc4b4f1bb58a579be4234 Mon Sep 17 00:00:00 2001 From: chris Houseknecht Date: Fri, 17 Jan 2014 13:44:07 -0500 Subject: [PATCH] AC-946: removed host filter from delete altogether. --- awx/ui/static/js/helpers/Groups.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index 2c927a70c6..41a7a68b5a 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -1040,9 +1040,6 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' var node = Find({ list: scope.groups, key: 'id', val: tree_id }); var url = GetBasePath('inventory') + inventory_id + '/groups/'; - if (scope.selected_tree_id != tree_id) - scope.showHosts(tree_id, group_id, false); - var action_to_take = function() { $('#prompt-modal').on('hidden.bs.modal', function(){ Wait('start'); }); $('#prompt-modal').modal('hide');