Project

General

Profile

« Previous | Next » 

Revision 71b9b632

Added by Andreas Müller almost 3 years ago

ref #4311 first implementation for TeamOrPersonBase.collectorTitle

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/utils/ImportDeduplicationHelper.java
438 438
            Team team = (Team)author;
439 439
            //nomTitle is not necessarily cached when it is created
440 440
            team.setNomenclaturalTitle(nomTitle, team.isProtectedNomenclaturalTitleCache());
441
            String collectorCache = author.getCollectorTitleCache();
442
            if (! team.isProtectedCollectorTitleCache()){
443
                team.setCollectorTitleCache(collectorCache, false);
444
            }
441 445
        }else{
442 446
            author.setNomenclaturalTitle(nomTitle);
443 447
        }

Also available in: Unified diff