Project

General

Profile

« Previous | Next » 

Revision e944f62a

Added by Katja Luther about 5 years ago

ref #7761: add icon for invalid designation

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/ConceptContainerE4.java
72 72

  
73 73
	@Override
74 74
	protected void updateIcon() {
75
	    if (relationship.getType().isAnyMisappliedName() || relationship.getType().isInvalidDesignation()){
75
	    if (relationship.getType().isAnyMisappliedName() ){
76 76
	        setIcon(MISAPPLIEDNAME_ICON);
77
	    }else if (relationship.getType().isProParte()){
77
	    }else if (relationship.getType().isInvalidDesignation()){
78
            setIcon(INVALID_TYPE_DESIGNATION_ICON);
79
        }else if (relationship.getType().isProParte()){
78 80
	        setIcon(PRO_PARTE_SYNONYM_ICON);
79 81
	    }else if (relationship.getType().isAnySynonym()){
80 82
            setIcon(PARTIAL_SYNONYM_ICON);

Also available in: Unified diff