Project

General

Profile

« Previous | Next » 

Revision e6d23538

Added by Patrick Plitzner about 5 years ago

ref #8200 Remove unnecessary refresh

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/supplemental/IdentifiableSourceElement.java
3 3
 */
4 4
package eu.etaxonomy.taxeditor.ui.section.supplemental;
5 5

  
6
import org.eclipse.e4.ui.workbench.modeling.EPartService;
7 6
import org.eclipse.swt.events.SelectionListener;
8 7
import org.eclipse.ui.forms.widgets.ExpandableComposite;
9 8

  
10 9
import eu.etaxonomy.cdm.model.common.IdentifiableSource;
11
import eu.etaxonomy.taxeditor.model.AbstractUtility;
12 10
import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
13 11
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
14 12
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
......
58 56
		}
59 57
		if(eventSource == selection_reference){
60 58
			getEntity().setCitation(selection_reference.getSelection());
61
			AbstractUtility.getDetailsView(this.formFactory.getContext().get(EPartService.class)).
62
			refreshSelection();
63 59
		}
64 60
		else if(eventSource == text_referenceDetail){
65 61
			getEntity().setCitationMicroReference(text_referenceDetail.getText());

Also available in: Unified diff