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

Restrict modifying actions for read-only attributes


Former-commit-id: e01fafe6
上级 f9c5a989
......@@ -242,7 +242,7 @@ public class ResultSetHandlerMain extends AbstractHandler {
for (Object cell : selection.toArray()) {
DBDAttributeBinding attr = selection.getElementAttribute(cell);
ResultSetRow row = selection.getElementRow(cell);
if (row != null && attr != null) {
if (row != null && attr != null && !DBExecUtils.isAttributeReadOnly(attr)) {
ResultSetValueController valueController = new ResultSetValueController(
rsv,
attr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册