Repository: kylin Updated Branches: refs/heads/v1.6.0-rc1 4e5f989b9 -> bed38ccff
KYLIN 2158 Delete joint dimension not right 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/bed38ccf Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bed38ccf Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/bed38ccf Branch: refs/heads/v1.6.0-rc1 Commit: bed38ccffea3f85571f438ab4669acf2e3dd2764 Parents: 4e5f989 Author: chenzhx <346839...@qq.com> Authored: Fri Nov 4 19:12:44 2016 +0800 Committer: Jason <jiat...@163.com> Committed: Mon Nov 7 14:13:36 2016 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/advanced_settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/bed38ccf/webapp/app/partials/cubeDesigner/advanced_settings.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/advanced_settings.html b/webapp/app/partials/cubeDesigner/advanced_settings.html index 0a9dc48..f173a13 100755 --- a/webapp/app/partials/cubeDesigner/advanced_settings.html +++ b/webapp/app/partials/cubeDesigner/advanced_settings.html @@ -100,7 +100,7 @@ </td> <td class="col-xs-9"> <table class="table"> - <tr class="row" ng-repeat="hierarchyDims in aggregation_group.select_rule.hierarchy_dims track by $index"> + <tr class="row" ng-repeat="hierarchyDims in aggregation_group.select_rule.hierarchy_dims"> <td class="col-xs-10"> <ui-select close-on-select="false" @@ -140,7 +140,7 @@ </td> <td class="col-xs-9"> <table class="table"> - <tr class="row" ng-repeat="jointDims in aggregation_group.select_rule.joint_dims track by $index"> + <tr class="row" ng-repeat="jointDims in aggregation_group.select_rule.joint_dims"> <td class="col-xs-10"> <!-- Dimensions --> <ui-select