Master branch updates from beta September 2023 #337

Manually merged
claudio.atzori merged 1271 commits from beta into master 2023-09-06 11:31:09 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 99ac5bab46 - Show all commits

View File

@ -78,6 +78,8 @@ public class GetDatasourceFromCountry implements Serializable {
Encoders.bean(Organization.class))
.filter(
(FilterFunction<Organization>) o -> !o.getDataInfo().getDeletedbyinference() &&
o.getCountry() != null &&
o.getCountry().getClassid() != null &&
o.getCountry().getClassid().length() > 0 &&
o.getCountry().getClassid().equals(country));