Project

General

Profile

« Previous | Next » 

Revision 76156fc0

Added by Katja Luther about 3 years ago

fix #9518: add symbol to description with type individual association

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/DescriptiveLabelProvider.java
57 57
	        }
58 58
	        else if(description.getTypes().contains(DescriptionType.CLONE_FOR_SOURCE)){
59 59
                return ImageResources.getImage(ImageResources.COPY_ICON);
60
            }
61
	        else if(description.getTypes().contains(DescriptionType.INDIVIDUALS_ASSOCIATION)){
62
                return ImageResources.getImage(ImageResources.SPECIMEN_DERIVATE);
60 63
            }
61 64
	    }
62 65
	    return null;

Also available in: Unified diff