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/16 09:57:21 UTC

kylin git commit: KYLIN-2673 Should allow user to change fact table as long as the cube is disable

Repository: kylin
Updated Branches:
  refs/heads/master c912949b0 -> 15b7a030e


KYLIN-2673 Should allow user to change fact table as long as the cube is disable


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

Branch: refs/heads/master
Commit: 15b7a030e6814cf7c4481f09fb92c654dd952b29
Parents: c912949
Author: kangkaisen <ka...@live.com>
Authored: Tue Jun 13 13:59:23 2017 +0800
Committer: kangkaisen <ka...@live.com>
Committed: Fri Jun 16 17:54:47 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/15b7a030/webapp/app/partials/modelDesigner/data_model.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/modelDesigner/data_model.html b/webapp/app/partials/modelDesigner/data_model.html
index cff0b06..b51061a 100644
--- a/webapp/app/partials/modelDesigner/data_model.html
+++ b/webapp/app/partials/modelDesigner/data_model.html
@@ -29,7 +29,7 @@
               <select chosen ng-model="FactTable.root" ng-if="state.mode=='edit'"
                       ng-options="table.name as table.name for table in tableModel.selectProjectTables"
                       style="width:100%;" ng-change="changeFactTable()"
-                      name="table_name"   ng-disabled="cubesLength>0"
+                      name="table_name"
                       ng-required="true"
                       data-placeholder="Fact Table Name"
                       class="chosen-select">