Project

General

Profile

« Previous | Next » 

Revision e033750b

Added by Katja Luther almost 3 years ago

ref #7309: add collectorTitle/titleCache to editor - continue

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java
69 69
	@Override
70 70
	public Object getPropertyValue(TeamOrPersonBase cdmBase, String property) {
71 71
	    if(property.equals(PROPERTY_NOMENCLATURAL_TITLE)){
72
	        return cdmBase.getNomenclaturalTitle();
72
	        return cdmBase.getNomenclaturalTitleCache();
73 73
	    }
74 74
	    else if(property.equals(PROPERTY_FAMILY_NAME)
75 75
	            && cdmBase.isInstanceOf(Person.class)){

Also available in: Unified diff