Revision f73a47f6
Added by Katja Luther 12 months ago
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonServiceImpl.java | ||
---|---|---|
1066 | 1066 |
} |
1067 | 1067 |
} |
1068 | 1068 |
//media in hierarchy |
1069 |
taxonMedia.addAll(occurrenceService.getMediaInHierarchy(occurrence, null, null, propertyPath).getRecords()); |
|
1069 |
|
|
1070 |
taxonMedia.addAll(occurrenceService.getMediaInHierarchy(occurrence, includeOriginalOccurences, includeOccurrences, null, null, propertyPath).getRecords()); |
|
1070 | 1071 |
|
1071 | 1072 |
} |
1072 | 1073 |
} |
Also available in: Unified diff
ref #10156: call service method with parameter