Project

General

Profile

« Previous | Next » 

Revision a3e69a37

Added by Katja Luther over 7 years ago

fix #5888: add the element as argument to postExecute method s

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/DeleteDescriptionElementOperation.java
71 71
		monitor.worked(40);
72 72

  
73 73
        // Redraw editor if exists
74
		return postExecute(null);
74
		return postExecute(description);
75 75
	}
76 76

  
77 77
	/* (non-Javadoc)

Also available in: Unified diff