Project

General

Profile

« Previous | Next » 

Revision 9d11084b

Added by Cherian Mathew almost 9 years ago

related to #4886
ConceptRelationshipComposite, D3ConceptRelationshipTree, ConceptRelationshipPresenter, IConceptRelationshipComponentListener, d3.conceptrelationshiptree_connector.js : added possibility to clear concept relationship tree
CdmChangeEvent : added new constructor with possibility to add source component
NewTaxonBaseComposite : passing source object and taxon / synonym creation flag to event
StatusComposite :

  • changed taxa table to single select
  • added value change listener to taxa table to capture all value changes
  • added checks to react to newly created taxon / synonym whose request originated from this composite

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/IConceptRelationshipComponentListener.java
28 28
     */
29 29
    public void refreshRelationshipView(IdUuidName taxonIun, Direction direction) throws JSONException;
30 30

  
31
    /**
32
     *
33
     */
34
    public void clearRelationshipView();
35

  
31 36

  
32 37

  
33 38
}

Also available in: Unified diff