Project

General

Profile

« Previous | Next » 

Revision 1a696a99

Added by Patrick Plitzner about 8 years ago

Fix section title for specimen determinations #5673

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DeterminationDetailSection.java
44 44
	 */
45 45
	@Override
46 46
	public String getHeading() {
47
		return "Determinations";
47
		String sectionTitle = "Determinations";
48
		if(getEntity()!=null && getEntity().getDeterminations().size()>0){
49
			return sectionTitle+" +"; 
50
		}
51
		return sectionTitle;
48 52
	}
49 53

  
50 54
	/* (non-Javadoc)

Also available in: Unified diff