Project

General

Profile

« Previous | Next » 

Revision 08af4f8a

Added by Cherian Mathew about 9 years ago

ConceptRelationshipComposite: added enabling / disabling of edit / delete buttons and firing event when edit concept relationship dialog is opened
EditConceptRelationshipComposite : fixed problems with async calls , adapted to updated operation class, added show in dialog method
NewTaxonBaseComposite : adapted to updated operation class
StatusComposite : added methods to update taxa table ui
D3ConceptRelationshipTree : added possibility to display one to one relationships
EditConceptRelationshipPresenter, EditConceptRelationshipPresenterTest : added method to get data to setup composite
CdmBaseUI, CdmVaadinSessionUtilities : using new basic events
CdmSpringContextHelper : fixed connection bug by closing connection after getting database metadata
CdmVaadinOperation : fixed problems with async calls
ConceptRelationshipView : setup ui changes for status composite depending on whether it is a primary of secondary composite
d3.conceptrelationshiptree_connector.js : added selected node capability

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/CdmBaseUI.java
35 35
        CdmVaadinSessionUtilities.initCdmDataChangeService();
36 36

  
37 37
        CdmVaadinSessionUtilities.initSelectionService();
38

  
39
        CdmVaadinSessionUtilities.initBasicEventService();
38 40
    }
39 41

  
40 42
}

Also available in: Unified diff