You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ka...@apache.org on 2017/06/09 10:19:04 UTC

kylin git commit: KYLIN-2664 Fix Extended column bug in web

Repository: kylin
Updated Branches:
  refs/heads/master 6c2b8341c -> c9ee26bce


KYLIN-2664 Fix Extended column bug in web


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

Branch: refs/heads/master
Commit: c9ee26bce8aa546e0adafdd520f05ece793196c4
Parents: 6c2b834
Author: kangkaisen <ka...@live.com>
Authored: Tue Jun 6 17:36:31 2017 +0800
Committer: kangkaisen <ka...@live.com>
Committed: Fri Jun 9 18:21:43 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/c9ee26bc/webapp/app/partials/cubeDesigner/measures.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/measures.html b/webapp/app/partials/cubeDesigner/measures.html
index 5ca43fe..df69b78 100755
--- a/webapp/app/partials/cubeDesigner/measures.html
+++ b/webapp/app/partials/cubeDesigner/measures.html
@@ -172,7 +172,7 @@
                           <div class="col-xs-12 col-sm-6">
                             <select class="form-control" chosen ng-if="nextPara.type !== 'constant'" required
                                     ng-model="nextPara.value"
-                                    ng-options="column as column for column in getAllModelDimColumns()" >
+                                    ng-options="column as column for column in getCommonMetricColumns()" >
                               <option value="">-- Select a Column --</option>
                             </select>
                           </div>