ref #7309: add collectorTitle/titleCache to editor - continue
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / input / AgentEditorInput.java
index 1eaa2805e7097b64ddcf98b75d3abf02b54ec956..d7c406c67134b1e2e33c12ae104696c3762d8839 100644 (file)
@@ -69,7 +69,7 @@ public class AgentEditorInput extends AbstractBulkEditorInput<TeamOrPersonBase>
        @Override
        public Object getPropertyValue(TeamOrPersonBase cdmBase, String property) {
            if(property.equals(PROPERTY_NOMENCLATURAL_TITLE)){
-               return cdmBase.getNomenclaturalTitle();
+               return cdmBase.getNomenclaturalTitleCache();
            }
            else if(property.equals(PROPERTY_FAMILY_NAME)
                    && cdmBase.isInstanceOf(Person.class)){