Project

General

Profile

« Previous | Next » 

Revision d1b51913

Added by Patrick Plitzner over 9 years ago

  • adapted method calls to cdmlib changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/ReferenceSelectionDialog.java
84 84
	protected String getTitle(Reference cdmObject) {
85 85
		if(cdmObject == null){
86 86
			return "";
87
		}else if(cdmObject.getAuthorTeam() == null){
87
		}else if(cdmObject.getAuthorship() == null){
88 88
			return super.getTitle(cdmObject);
89 89
		}else{
90
			return ReferenceDefaultCacheStrategy.putAuthorToEndOfString(cdmObject.getTitleCache(), cdmObject.getAuthorTeam().getTitleCache());
90
			return ReferenceDefaultCacheStrategy.putAuthorToEndOfString(cdmObject.getTitleCache(), cdmObject.getAuthorship().getTitleCache());
91 91
		}
92 92
	}
93 93

  

Also available in: Unified diff