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/container/CdmSQLContainer.java
27 27

  
28 28
    public CdmSQLContainer(QueryDelegate delegate) throws SQLException {
29 29
        super(delegate);
30
        databaseMetaData = CdmSpringContextHelper.getCurrent().getConnection().getMetaData();
30
        databaseMetaData = CdmSpringContextHelper.getCurrent().getDatabaseMetaData();
31 31
    }
32 32

  
33 33
    public static CdmSQLContainer newInstance(String tableName) throws SQLException {

Also available in: Unified diff