Project

General

Profile

« Previous | Next » 

Revision 75ee3818

Added by Patrick Plitzner almost 5 years ago

ref #8225 Remove deleted type designation from details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java
171 171
                    (IPostOperationEnabled) detailsView.getSelectionProvidingPart().getObject(),
172 172
                    null);
173 173
            ((ITaxonEditor) detailsView.getSelectionProvidingPart().getObject()).addOperation(operation);
174
            if(entity!=null){
175
                entity.removeTypeDesignation(element);
176
            }
174 177
		}
175 178
		updateToolbar();
176 179
	}

Also available in: Unified diff