Project

General

Profile

« Previous | Next » 

Revision 682f52a4

Added by Katja Luther over 4 years ago

ref #3472: adapt editor to changes in methods moving descriptions

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/RemotingMoveFactualDataHandlerE4.java
48 48

  
49 49
    private TaxonNodeDto sourceTaxonNode;
50 50
    private TaxonNode targetTaxonNode;
51
    private boolean setNameInSource = false;
51 52

  
52 53
    public RemotingMoveFactualDataHandlerE4() {
53 54
        super(TaxonNavigatorLabels.MOVE_FACTUAL_DATA_LABEL);
......
119 120
        return new RemotingMoveFactualDataOperation(getTrigger(),
120 121
                false,
121 122
                sourceTaxonNode.getTaxonUuid(),
122
                targetTaxonNode.getTaxon().getUuid());
123
                targetTaxonNode.getTaxon().getUuid(), setNameInSource);
123 124
    }
124 125

  
125 126
    @CanExecute

Also available in: Unified diff