提交 59a86a1f 编写于 作者: S Serge Rider

NPE fix


Former-commit-id: 5e0081d0
上级 65db3249
......@@ -406,7 +406,7 @@ public abstract class ObjectListControl<OBJECT_TYPE> extends ProgressPageControl
// Collect all properties
PropertySourceAbstract propertySource = getListPropertySource();
List<ObjectPropertyDescriptor> allProps = ObjectAttributeDescriptor.extractAnnotations(propertySource, classList, propertyFilter);
if (!items.isEmpty()) {
if (!CommonUtils.isEmpty(items)) {
// Remove hidden properties (we need to check them against all items)
try {
allProps.removeIf(p -> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册