Project

General

Profile

« Previous | Next » 

Revision 64a847c9

Added by Andreas Müller almost 3 years ago

ref #4311 adapt vadin to collectorTitleCache

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/util/TeamOrPersonBaseCaptionGenerator.java
44 44
    protected String chooseTitle(T option) {
45 45
        switch(cacheType){
46 46
            case NOMENCLATURAL_TITLE:
47
                return option.getNomenclaturalTitle();
47
                return option.getNomenclaturalTitleCache();
48 48
            case COLLECTOR_TITLE:
49
                // return option.getCollectorTitle(); // enable once #4311 is solved
49
                return option.getCollectorTitleCache();
50 50
            case BIBLIOGRAPHIC_TITLE:
51 51
            default:
52 52
                return null;

Also available in: Unified diff