Project

General

Profile

« Previous | Next » 

Revision 9f53671d

Added by Cherian Mathew about 9 years ago

EditConceptRelationshipComposite : updated composite for new and edit functionality
IdAndUuid -> IdAndUuidName : new identity object with name
NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName
ConceptRelationshipPresenter, ConceptRelationshipPresenterTest(.xml) : added update and delete methods for relationships
CdmQueryFactory : updated relationship query to include classification

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/StatusEditorUI.java
29 29
import eu.etaxonomy.cdm.vaadin.component.StatusComposite;
30 30

  
31 31

  
32
@Theme("valo")
32
@Theme("edit")
33

  
33 34
public class StatusEditorUI extends AbstractAuthenticatedUI {
34 35

  
35 36
    Navigator navigator;
......
47 48
    @Override
48 49
    protected void doInit() {
49 50
        // FIXME: remove this when testing is done
50
        // setIgnoreAuthentication(true);
51
        setIgnoreAuthentication(true);
51 52

  
52 53
        getPage().setTitle("Status Editor");
53 54
        StatusComposite statusEditor = new StatusComposite();

Also available in: Unified diff