Project

General

Profile

« Previous | Next » 

Revision 8f1f6888

Added by Katja Luther almost 3 years ago

ref #7309: add collectorTitle/titleCache to editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/NomenclaturalAuthorTeamSelectionElement.java
62 62
	/** {@inheritDoc} */
63 63
	@Override
64 64
	protected String getTitle() {
65
		return (entity != null) ? entity.getNomenclaturalTitle() : "";
65
		return (entity != null) ? entity.getNomenclaturalTitleCache() : "";
66 66
	}
67 67

  
68 68
	/** {@inheritDoc} */

Also available in: Unified diff