You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/09/30 16:45:50 UTC

[30/50] [abbrv] ambari git commit: AMBARI-13254 Components filter works incorrectly on Hosts page. (atkach)

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/291b7cbf
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/291b7cbf
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/291b7cbf

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 291b7cbf5852db3fa37f4f180158d0958241e05b
Parents: a00b06e
Author: Andrii Tkach <at...@hortonworks.com>
Authored: Mon Sep 28 14:06:06 2015 +0300
Committer: Andrii Tkach <at...@hortonworks.com>
Committed: Mon Sep 28 14:06:06 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/291b7cbf/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 084425d..69deb74 100644
--- a/ambari-web/app/controllers/global/update_controller.js
+++ b/ambari-web/app/controllers/global/update_controller.js
@@ -339,12 +339,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);