提交 5d99e5d0 编写于 作者: S Serge Rider

#6474 PK selector fix


Former-commit-id: 6e509b88
上级 228bb002
......@@ -732,7 +732,7 @@ public class EditForeignKeyPage extends BaseObjectEditPage {
return;
}
if (ukSelectionIndex >= 0) {
curConstraint = curConstraints.get(ukSelectionIndex);
curConstraint = curConstraints.isEmpty() ? null : curConstraints.get(ukSelectionIndex);
}
DBSEntity curEntity = foreignKey.getParentObject();
DBRProgressMonitor monitor = new VoidProgressMonitor();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册