master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
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));