You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/06/21 22:47:14 UTC

ambari git commit: AMBARI-12060. Bulk operations do not work for 'All hosts' and 'Filtered hosts' groups (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk beb59d32b -> 8eb5a2a64


AMBARI-12060. Bulk operations do not work for 'All hosts' and 'Filtered hosts' groups (akovalenko)


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

Branch: refs/heads/trunk
Commit: 8eb5a2a644e648f16ca3b3c2acb760428a7d8c3f
Parents: beb59d3
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Sun Jun 21 23:35:15 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Sun Jun 21 23:35:15 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/host.js | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8eb5a2a6/ambari-web/app/views/main/host.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host.js b/ambari-web/app/views/main/host.js
index 51a372e..a39dc2e 100644
--- a/ambari-web/app/views/main/host.js
+++ b/ambari-web/app/views/main/host.js
@@ -376,10 +376,6 @@ App.MainHostView = App.TableView.extend(App.TableServerViewMixin, {
   getHostsForBulkOperations: function (queryParams, operationData, loadingPopup) {
     var params = App.router.get('updateController').computeParameters(queryParams);
 
-    if (!params.length) {
-      params = '&';
-    }
-
     App.ajax.send({
       name: 'hosts.bulk.operations',
       sender: this,