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/03 10:59:22 UTC

[18/23] incubator-kylin git commit: fix localytics/angular-chosen bug KYLIN-519

fix localytics/angular-chosen bug KYLIN-519


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

Branch: refs/heads/master
Commit: a3761fff4f96fc8da74806708ef7a77fb77c1e66
Parents: b35c850
Author: jiazhong <ji...@ebay.com>
Authored: Wed Feb 11 17:16:34 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Wed Feb 11 17:16:34 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/a3761fff/webapp/app/partials/cubeDesigner/data_model.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/data_model.html b/webapp/app/partials/cubeDesigner/data_model.html
index d717d74..135c764 100644
--- a/webapp/app/partials/cubeDesigner/data_model.html
+++ b/webapp/app/partials/cubeDesigner/data_model.html
@@ -108,6 +108,7 @@
                         <div class="col-sm-6">
                             <select class="form-control" chosen ng-model="newLookup.join.type"
                                     ng-options="joinType.value as joinType.name for joinType in joinTypes">
+                                <option value=""></option>
                             </select>
                         </div>
                     </div>