Project

General

Profile

« Previous | Next » 

Revision 5200fbd3

Added by Cherian Mathew about 9 years ago

ConceptRelationshipComposite, StatusComposite : implemented drag drop for new concept relationship
CdmDataChangeService, SelectionService : making sure events list is cleared after fire

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/session/SelectionService.java
41 41
    }
42 42

  
43 43
    public void fireCurrentSelectionEvents(boolean async) {
44
        for(SelectionEvent event : currentEvents) {
45
            fireSelectionEvent(event,async);
44
        try {
45
            for(SelectionEvent event : currentEvents) {
46
                fireSelectionEvent(event,async);
47
            }
48
        } finally {
49
            currentEvents.clear();
46 50
        }
47
        currentEvents.clear();
48 51
    }
49 52

  
50 53
    public void fireSelectionEvent(final SelectionEvent event, boolean async) {

Also available in: Unified diff