提交 9128ed77 编写于 作者: L LonwoLonwo

#13441 true returned for allowCustomValue

上级 19a5d48e
...@@ -89,7 +89,7 @@ public class PropertyDescriptor implements DBPPropertyDescriptor, IPropertyValue ...@@ -89,7 +89,7 @@ public class PropertyDescriptor implements DBPPropertyDescriptor, IPropertyValue
private boolean required; private boolean required;
private Object defaultValue; private Object defaultValue;
private Object[] validValues; private Object[] validValues;
private boolean allowCustomValues; private boolean allowCustomValues = true;
private boolean editable; private boolean editable;
private String[] features; private String[] features;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册