Project

General

Profile

« Previous | Next » 

Revision 9f6a56c9

Added by Andreas Müller almost 3 years ago

ref #9664 first implementation for TeamOrPersonBase.nomenclaturalTitleCache (update script still missing)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/name/TaxonNameDefaultCacheStrategy.java
246 246
    }
247 247

  
248 248
    private String getNomAuthorTitle(INomenclaturalAuthor author) {
249
        return CdmUtils.Nz(author.getNomenclaturalTitle());
249
        return CdmUtils.Nz(author.getNomenclaturalTitleCache());
250 250
    }
251 251

  
252 252
    /**

Also available in: Unified diff