Project

General

Profile

« Previous | Next » 

Revision 231d88bb

Added by Patrick Plitzner almost 8 years ago

Small additions to import

  • import nomenclatural status extra information to ruleConsidered
  • refresh title cache of taxa to correctly display sec ref
  • advanced title cache consistency check
  • import common name with german language

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportClassification.java
173 173
        Taxon taxon = HibernateProxyHelper.deproxy(state.getRelatedObject(classificationNamespace, String.valueOf(id), TaxonBase.class), Taxon.class);
174 174
        if(taxon!=null){//not all taxa exist in these classifications
175 175
            taxon.setSec(classification.getReference());
176
            taxon.setTitleCache(null);//Reset title cache to reflect sec ref in title
176 177
            classification.addChildTaxon(taxon, null, null);
177 178
        }
178 179
    }

Also available in: Unified diff