提交 28ffcc34 编写于 作者: S Serge Rider

MetaData panel fix (show all attributes)

上级 9ae6ba0e
......@@ -90,7 +90,9 @@ public class MetaDataPanel implements IResultSetPanel {
if (!selection.isEmpty()) {
DBDAttributeBinding attr = (DBDAttributeBinding) selection.getFirstElement();
if (attr != null) {
presentation.setCurrentAttribute(attr);
if (presentation.getController().getModel().getVisibleAttributes().contains(attr)) {
presentation.setCurrentAttribute(attr);
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册