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/08/10 18:09:43 UTC

ambari git commit: AMBARI-12694. Sometimes after switching time ranges on graphs metrics data stops to load (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk b6a3f70b9 -> 91b42b543


AMBARI-12694. Sometimes after switching time ranges on graphs metrics data stops to load (akovalenko)


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

Branch: refs/heads/trunk
Commit: 91b42b5431afaea1f6b21a24c8a14d97bf1afadc
Parents: b6a3f70
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Mon Aug 10 19:05:42 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Mon Aug 10 19:06:00 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/views/common/chart/linear_time.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/91b42b54/ambari-web/app/views/common/chart/linear_time.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/chart/linear_time.js b/ambari-web/app/views/common/chart/linear_time.js
index b0ae9a2..6cd90b0 100644
--- a/ambari-web/app/views/common/chart/linear_time.js
+++ b/ambari-web/app/views/common/chart/linear_time.js
@@ -1130,7 +1130,7 @@ App.ChartLinearTimeView.LoadAggregator = Em.Object.create({
       if (Em.isNone(bulks[id])) {
         bulks[id] = {
           name: request.name,
-          fields: request.fields,
+          fields: request.fields.slice(),
           context: request.context
         };
         bulks[id].subRequests = [{