Skip to content

Commit 0d9fdb0

Browse files
authored
#925: Always add all properties to include if excludeUnlistedProperties=true
1 parent 23c4b0b commit 0d9fdb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

springdoc-openapi-data-rest/src/test/java/test/org/springdoc/api/app19/ApplicationPredicate.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public void customize(QuerydslBindings bindings, QApplication root) {
1212
bindings.excludeUnlistedProperties(true);
1313
bindings.bind(root.name).first(StringExpression::containsIgnoreCase);
1414
bindings.including(root.icon);
15+
bindings.including(root.name);
1516
}
1617

17-
}
18+
}

0 commit comments

Comments
 (0)