KYLIN-1926 check pk,fk type when edit model join relation

Signed-off-by: Jason <jiat...@163.com>


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

Branch: refs/heads/1.5.4-rc1
Commit: 44fe845ce7ffcb15f67db3e98195cd77b46d39c7
Parents: 4280698
Author: Jason <jiat...@163.com>
Authored: Wed Sep 7 11:39:08 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Wed Sep 7 11:40:22 2016 +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/44fe845c/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 662d0d9..ace977f 100644
--- a/webapp/app/partials/modelDesigner/data_model.html
+++ b/webapp/app/partials/modelDesigner/data_model.html
@@ -173,7 +173,7 @@
                                         </button>
                                     </div>
                                     <div class="space-4"></div>
-                                    <small class="help-block red" 
ng-show="newLookup.join.isCompatible[$index]==false"><i class="fa 
fa-exclamation-triangle"></i> <b>Column Type incompatible 
{{newLookup.join.primary_key[$index]}} 
[{{newLookup.join.pk_type[$index]}}],{{newLookup.join.foreign_key[$index]}}[{{newLookup.join.fk_type[$index]}}].</b></small>
+                                    <small class="help-block red" 
ng-show="newLookup.join.isCompatible[$index]==false"><i class="fa 
fa-exclamation-triangle"></i> <b>Column Type incompatible 
{{newLookup.join.foreign_key[$index]}}[{{newLookup.join.fk_type[$index]}}], 
{{newLookup.join.primary_key[$index]}} 
[{{newLookup.join.pk_type[$index]}}]</b></small>
                                 </div>
                             </div>
                         </div>

Reply via email to