NIHVIVO-3319 adding regular deduplication to collated object property template model
This commit is contained in:
parent
b09f9af74f
commit
5b83be11e7
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ public class CollatedObjectPropertyTemplateModel extends ObjectPropertyTemplateM
|
||||||
@Override
|
@Override
|
||||||
protected void removeDuplicates(List<Map<String, String>> data) {
|
protected void removeDuplicates(List<Map<String, String>> data) {
|
||||||
filterSubclasses(data);
|
filterSubclasses(data);
|
||||||
|
super.removeDuplicates(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue