You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ch...@apache.org on 2018/06/06 06:58:35 UTC

[kylin] branch master updated: minor,update query chart config

This is an automated email from the ASF dual-hosted git repository.

chen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new e5accc5  minor,update query chart config
e5accc5 is described below

commit e5accc575cc78f25f54d3125b0796a933526e79b
Author: chenzhx <ch...@apache.org>
AuthorDate: Wed Jun 6 14:58:14 2018 +0800

    minor,update query chart config
---
 webapp/app/js/controllers/query.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/app/js/controllers/query.js b/webapp/app/js/controllers/query.js
index 0637000..5be4cd7 100644
--- a/webapp/app/js/controllers/query.js
+++ b/webapp/app/js/controllers/query.js
@@ -443,7 +443,7 @@ KylinApp
 
 
     })
-    .controller('QueryResultCtrl', function ($scope, storage, $base64, $q, $location, $anchorScroll, $routeParams, QueryService, kylinConfig) {
+    .controller('QueryResultCtrl', function ($scope, storage, $base64, $q, $location, $anchorScroll, $routeParams, QueryService, kylinConfig, queryConfig) {
         $scope.isAdminExportAllowed = kylinConfig.isAdminExportAllowed();
         $scope.isNonAdminExportAllowed = kylinConfig.isNonAdminExportAllowed();
         $scope.buildGraphMetadata = function (query) {

-- 
To stop receiving notification emails like this one, please contact
chen@apache.org.