Project

General

Profile

« Previous | Next » 

Revision 2c5f962c

Added by Katja Luther about 5 years ago

ref #7854: minor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/StatusDataCellEditor.java
27 27
import eu.etaxonomy.cdm.model.description.Distribution;
28 28
import eu.etaxonomy.cdm.model.description.TaxonDescription;
29 29
import eu.etaxonomy.cdm.model.location.NamedArea;
30
import eu.etaxonomy.taxeditor.event.EventUtility;
31
import eu.etaxonomy.taxeditor.event.WorkbenchEventConstants;
32 30

  
33 31
/**
34 32
 * @author k.luther
......
123 121
                    @Override
124 122
                    public void widgetSelected(SelectionEvent e) {
125 123
                        editor.setDirty();
126
                        EventUtility.postEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
127 124
                    }
128 125
                    @Override
129 126
                    public void widgetDefaultSelected(SelectionEvent e) {

Also available in: Unified diff