fix #7126: fix wrong supplemental data if scroll in details view
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / e4 / details / DetailsPartE4.java
index 0d9a1ff89ceb245b07ba4873afce9221a51233b0..d6d3559af7985da350ae93b31434837f245d475d 100644 (file)
@@ -92,6 +92,9 @@ public class DetailsPartE4 extends AbstractCdmEditorPartE4 implements IPartConte
 //                return;
 //
 //            }
+            //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);
             return;
         }