Merge branch 'release/5.11.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / e4 / details / DetailsPartE4.java
index ad811b507d2998b602a0902418337b39209bb4ab..57597159fe743b51be35a7ddeb50cda9e41e5d5c 100644 (file)
@@ -103,7 +103,14 @@ public class DetailsPartE4 extends AbstractCdmEditorPartE4 implements IPartConte
             //FIXME this is a temporary workaround to fix selection handling for supplemental data view
             // Now the supp data view gets double selection from details view and name editor (see #7126)
             viewer.setSelection(structuredSelection, false);
+
             showViewer(structuredSelection, activePart, viewer);
+            if (viewer instanceof DetailsViewerE4){
+
+                ((DetailsViewerE4)viewer).setDetailsEnabled(isEnabled());
+            }
+
+
             return;
         }
         else{