ref #8200 Remove unnecessary refresh
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 28 Mar 2019 12:07:07 +0000 (13:07 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 28 Mar 2019 12:07:07 +0000 (13:07 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/supplemental/IdentifiableSourceElement.java

index a56c6b575b627366cee482ecbf0768d629a6fe71..b140c9329e2ce95e4b51467ecc4432cd17924b41 100644 (file)
@@ -3,12 +3,10 @@
  */
 package eu.etaxonomy.taxeditor.ui.section.supplemental;
 
-import org.eclipse.e4.ui.workbench.modeling.EPartService;
 import org.eclipse.swt.events.SelectionListener;
 import org.eclipse.ui.forms.widgets.ExpandableComposite;
 
 import eu.etaxonomy.cdm.model.common.IdentifiableSource;
-import eu.etaxonomy.taxeditor.model.AbstractUtility;
 import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
 import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
 import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
@@ -58,8 +56,6 @@ public class IdentifiableSourceElement extends AbstractOriginalSourceElement<Ide
                }
                if(eventSource == selection_reference){
                        getEntity().setCitation(selection_reference.getSelection());
-                       AbstractUtility.getDetailsView(this.formFactory.getContext().get(EPartService.class)).
-                       refreshSelection();
                }
                else if(eventSource == text_referenceDetail){
                        getEntity().setCitationMicroReference(text_referenceDetail.getText());