AT: committing changes to the TaxEditor for ethnic group testing
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / userecords / UseRecordDetailElement.java
index bd90ae37165d8a5a80b503753223d7dee54aef13..e10fe7daea01ada84daaa79c5242af95eacc5c87 100644 (file)
@@ -543,7 +543,7 @@ public class UseRecordDetailElement extends
                else if ((term.getVocabulary() != null) && (term.getPartOf()==null) && (term.getVocabulary().getTitleCache().equals(vocabularyExpected))) {\r
                        return true;\r
                }\r
-               else if ((vocabularyExpected.equals(UsageTermCollection.ethnicGroupLabel))  && (term.getVocabulary() == null) && ((term.getPartOf() != null))) {\r
+               else if ((vocabularyExpected.equals(UsageTermCollection.ethnicGroupLabel))  && (term.getVocabulary() != null) && ((term.getPartOf() != null))) {\r
                        return true;\r
                }\r
        return false;\r