Project

General

Profile

« Previous | Next » 

Revision 2584f7d2

Added by Katja Luther about 6 years ago

event handling in name editor should also check for the active editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java
176 176
//		if (getParentElement() instanceof AbstractCdmDetailSection)
177 177
			firePropertyChangeEvent(new CdmPropertyChangeEvent(
178 178
					getParentElement(), null));
179
			EventUtility.postEvent(WorkbenchEventConstants.REFRESH_NAME_EDITOR, true);
179
			EventUtility.postEvent(WorkbenchEventConstants.REFRESH_NAME_EDITOR, this.getEntity());
180 180
	}
181 181

  
182 182
	@Override

Also available in: Unified diff