Project

General

Profile

« Previous | Next » 

Revision 56885

fixed issue

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);
77 78
        relationTarget.stream().forEach(org -> communityList.addAll(organizationMap.get(org)));
78
        communityList.addAll(organizationMap.get(organizationId));
79
       // communityList.addAll(organizationMap.get(organizationId));
79 80
        return communityList;
80 81
    }
81 82

  

Also available in: Unified diff