Project

General

Profile

« Previous | Next » 

Revision 49d3c2dd

Added by Katja Luther over 1 year ago

ref #10186: remove conversation holder

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/EditTaxonNodeWizard.java
49 49

  
50 50
    @Override
51 51
    protected void saveEntity() {
52
        getConversationHolder().bind();
53 52
        TaxonNode node = getEntity();
54 53
        if (node.getSource().checkEmpty()){
55 54
            node.setSource(null);
......
60 59
    }
61 60
    @Override
62 61
    public void addPages() {
63
        taxonNodePage = new TaxonNodeWizardPage(formFactory, getConversationHolder(), getEntity(), wizardPageListener, false);
62
        taxonNodePage = new TaxonNodeWizardPage(formFactory, getEntity(), wizardPageListener, false);
64 63

  
65 64
        addPage(taxonNodePage);
66 65
    }

Also available in: Unified diff