You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2015/09/28 13:01:06 UTC

ambari git commit: AMBARI-13254 Components filter works incorrectly on Hosts page. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.2 818eba4db -> c9ec895ff


AMBARI-13254 Components filter works incorrectly on Hosts page. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c9ec895f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9ec895f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9ec895f

Branch: refs/heads/branch-2.1.2
Commit: c9ec895ffba6423114e119c490f0a163a3fc8d99
Parents: 818eba4
Author: Andrii Tkach <at...@hortonworks.com>
Authored: Mon Sep 28 13:19:40 2015 +0300
Committer: Andrii Tkach <at...@hortonworks.com>
Committed: Mon Sep 28 13:19:40 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/global/update_controller.js | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c9ec895f/ambari-web/app/controllers/global/update_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/global/update_controller.js b/ambari-web/app/controllers/global/update_controller.js
index ac19d19..8eb7bd7 100644
--- a/ambari-web/app/controllers/global/update_controller.js
+++ b/ambari-web/app/controllers/global/update_controller.js
@@ -338,12 +338,6 @@ App.UpdateController = Em.Controller.extend({
     var hostNames = data.items.mapProperty('Hosts.host_name');
     var skipCall = hostNames.length === 0;
 
-    /**
-     * exclude pagination parameters as they were applied in previous call
-     * to obtain hostnames of filtered hosts
-     */
-    preLoadKeys = preLoadKeys.concat(this.get('paginationKeys'));
-
     var itemTotal = parseInt(data.itemTotal);
     if (!isNaN(itemTotal)) {
       App.router.set('mainHostController.filteredCount', itemTotal);