Project

General

Profile

« Previous | Next » 

Revision 30e2c996

Added by Patrick Plitzner almost 7 years ago

ref #6596 Enable supplemental data view for specimen editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/supplementaldata/SupplementalDataViewPart.java
54 54

  
55 55
	/** {@inheritDoc} */
56 56
	@Override
57
	protected void selectionChanged_internal(IWorkbenchPart part, ISelection selection) {
57
	protected void selectionChanged_internal(IWorkbenchPart workbenchPart, ISelection selection) {
58
	    Object part = workbenchPart;
59
        Object wrappedPart = AbstractUtility.getE4WrappedPart(part);
60
        if(wrappedPart!=null){
61
            part = wrappedPart;
62
        }
58 63
		if(AbstractUtility.getActiveE4Editor() == null){
59 64
			showEmptyPage();
60 65
			return;

Also available in: Unified diff