ref #7854: session handling in distribution editor
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / e4 / details / DetailsPartE4.java
index 6cf6510c71578dbb86c2d3213f622138f9f00feb..c98bb3a301375f18f4067d4d7f1cae594f034a35 100644 (file)
@@ -67,7 +67,7 @@ public class DetailsPartE4 extends AbstractCdmEditorPartE4 implements IPartConte
         }
 
         Object partObject = createPartObject(activePart);
-        if (partObject instanceof SupplementalDataPartE4) {
+        if (partObject instanceof SupplementalDataPartE4 ) {
             // do not show empty page
             return;
         }
@@ -75,7 +75,7 @@ public class DetailsPartE4 extends AbstractCdmEditorPartE4 implements IPartConte
         if(partObject instanceof IPartContentHasDetails){
             IStructuredSelection structuredSelection = createSelection(selection);
             if(structuredSelection==null || structuredSelection.isEmpty()){
-               // showEmptyPage();
+                showEmptyPage();
                 return;
             }
             if(!(partObject instanceof ISelectionElementEditingPart) &&