Project

General

Profile

Actions

feature request #7251

closed

Enable collectorTitle in cdm-vaadin TeamOrPersonBaseCaptionGenerator

Added by Andreas Kohlbecker about 6 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Highest
Category:
cdm-vaadin
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal

Description

In the TeamOrPersonBaseCaptionGenerator the the collector title is commented:

@Override
    public String getCaption(T option) {
        switch(cacheType){
        case NOMENCLATURAL_TITLE:
            return option.getNomenclaturalTitle();
        case COLLECTOR_TITLE:
            // return option.getCollectorTitle(); // enable once #4311 is solved
        case BIBLIOGRAPHIC_TITLE:
        default:
            return option.getTitleCache();
        }
    }


Related issues

Related to EDIT - bug #7207: TeamOrPersonField and PersonField comboboxSelect is configurable to use different cache typesClosedAndreas Kohlbecker

Actions
Related to EDIT - feature request #7178: implement collectorTitleCache in TeamOrPersonField (vaadin)NewAndreas Kohlbecker

Actions
Blocked by EDIT - feature request #4311: Improve person representation in CDMClosedAndreas Müller

Actions
Actions

Also available in: Atom PDF