You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/21 01:27:42 UTC

incubator-kylin git commit: fix export result bug

Repository: incubator-kylin
Updated Branches:
  refs/heads/streaming 624c4347f -> 8a0a0ac58


fix export result bug


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

Branch: refs/heads/streaming
Commit: 8a0a0ac58cc9e35d6d50a7d3eb66370e68c565ba
Parents: 624c434
Author: jiazhong <ji...@ebay.com>
Authored: Thu Mar 19 17:45:05 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Thu Mar 19 17:45:05 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/query/query_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8a0a0ac5/webapp/app/partials/query/query_detail.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query_detail.html b/webapp/app/partials/query/query_detail.html
index a4c11bf..7157e9c 100644
--- a/webapp/app/partials/query/query_detail.html
+++ b/webapp/app/partials/query/query_detail.html
@@ -88,7 +88,7 @@
             <span ng-if="curQuery.graph.show"><i class="fa fa-list-ul"></i> Grid</span>
         </button>
         <a class="btn btn-default btn-xs"
-           href="{{config.service.url}}query/format/csv?sql={{sanitate(curQuery.sql)}}&project={{state.selectedProject}}" target="_blank"><i
+           href="{{config.service.url}}query/format/csv?sql={{sanitate(curQuery.sql)}}&project={{curQuery.project}}" target="_blank"><i
                 class="fa fa-cloud-download"></i> Export</a>
         <a class="btn btn-default btn-xs"
            ng-click="refreshUi();"><i