提交 484eea2d 编写于 作者: N Nikita Akilov

#11300 fix auto assign button taking no effect

上级 a1346ec0
......@@ -698,6 +698,8 @@ public class DatabaseConsumerPageMapping extends ActiveWizardPage<DataTransferWi
}
private void autoAssignMappings() {
getWizard().getSettings().sortDataPipes();
loadAndUpdateColumnsModel();
for (TreeItem item : mappingViewer.getTree().getItems()) {
Object element = item.getData();
if (element instanceof DatabaseMappingContainer) {
......@@ -711,8 +713,6 @@ public class DatabaseConsumerPageMapping extends ActiveWizardPage<DataTransferWi
}
}
}
getWizard().getSettings().sortDataPipes();
loadAndUpdateColumnsModel();
updateMappingsAndButtons();
updatePageCompletion();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册