Project

General

Profile

« Previous | Next » 

Revision 233fc0af

Added by Katja Luther about 5 years ago

ref #8228: fix refresh in details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java
157 157

  
158 158
        }
159 159

  
160
        if((previousSelection!=null && selection!=null) &&
160
        if((previousSelection!=null && selection!=null) && activePart.equals(selectionProvidingPart) &&
161 161
                (previousSelection==selection
162 162
                || previousSelection.equals(selection)
163 163
                || new StructuredSelection(selection).equals(previousSelection))
164
                ){
164
                ) {
165 165
            return;
166 166
        }
167 167
        if(delaySelection==null){

Also available in: Unified diff