Project

General

Profile

« Previous | Next » 

Revision 245bd5bc

Added by Katja Luther over 4 years ago

ref #8447: only misapplied names or pro parte syn should work as well

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/SetPublishForSubtreeWizard.java
51 51
    @Override
52 52
    public boolean performFinish() {
53 53
       page.updateContext();
54
       if (!(configurator.isIncludeAcceptedTaxa() || configurator.isIncludeSynonyms())){
55
           return false;
56
       }else{
57
           return true;
58
       }
54
       return true;
55

  
59 56
    }
60 57

  
61 58
    /* (non-Javadoc)

Also available in: Unified diff