Project

General

Profile

« Previous | Next » 

Revision 200e8530

Added by Patrick Plitzner over 6 years ago

ref #6595 Use only e4 handler for opening name editor

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/NavigationUtil.java
124 124
					openInBulkEditor(taxonBase);
125 125
				}
126 126
				else{
127
					EditorUtil.openTaxonBase(entityUuid);
127
					EditorUtil.openTaxonBaseE4(entityUuid);
128 128
				}
129 129
			}else if(selectedObject instanceof TaxonName){
130 130
				openInBulkEditor(selectedObject);
......
178 178
	 */
179 179
	public static void openEmpty(UUID parentNodeUuid) {
180 180
		try {
181
			EditorUtil.openEmpty(parentNodeUuid);
181
			EditorUtil.openEmptyE4(parentNodeUuid);
182 182
		} catch (PartInitException e) {
183 183
			MessagingUtils.error(NavigationUtil.class, ERROR_OPENING_THE_EDITOR, e);
184 184
		}

Also available in: Unified diff