Project

General

Profile

« Previous | Next » 

Revision 56886

fix

View differences:

PropagationCommunityThroughOrganizationMapper.java
74 74

  
75 75
    private DedupedList getCommunityList(String organizationId, Set<String> relationTarget) {
76 76
        DedupedList communityList = new DedupedList();
77
        relationTarget.add(organizationId);
78 77
        relationTarget.stream().forEach(org -> communityList.addAll(organizationMap.get(org)));
79
       // communityList.addAll(organizationMap.get(organizationId));
78
        communityList.addAll(organizationMap.get(organizationId));
80 79
        return communityList;
81 80
    }
82 81

  

Also available in: Unified diff