Project

General

Profile

« Previous | Next » 

Revision 8f6d819a

Added by Patrick Plitzner over 6 years ago

ref #6906 Fix selection for supplemental, details and descriptive view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsPartE4.java
25 25
import eu.etaxonomy.taxeditor.model.FeatureNodeContainer;
26 26
import eu.etaxonomy.taxeditor.model.IPartContentHasDetails;
27 27
import eu.etaxonomy.taxeditor.view.e4.AbstractCdmEditorPartE4;
28
import eu.etaxonomy.taxeditor.workbench.part.ISelectionElementEditingPart;
28 29

  
29 30
/**
30 31
 * @author pplitzner
......
60 61
                showEmptyPage();
61 62
                return;
62 63
            }
63
            if(partObject instanceof IConversationEnabled && ((IConversationEnabled) partObject).getConversationHolder()==null) {
64
            if(!(partObject instanceof ISelectionElementEditingPart) &&
65
                    partObject instanceof IConversationEnabled && ((IConversationEnabled) partObject).getConversationHolder()==null) {
64 66
                //TODO show specific message (refactor EmptyElement to allow specific messages)
65 67
                showEmptyPage();
66 68
                return;

Also available in: Unified diff