提交 70e04b2c 编写于 作者: S serge-rider

#4814 ERD: entity-specific attributes visibility fix

上级 ff40e376
......@@ -187,7 +187,9 @@ public class ERDEntity extends ERDObject<DBSEntity> {
}
public void reloadAttributes(EntityDiagram diagram) {
attributes.clear();
if (!CommonUtils.isEmpty(attributes)) {
attributes.clear();
}
diagram.getDecorator().fillEntityFromObject(new VoidProgressMonitor(), diagram, this);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册