Project

General

Profile

« Previous | Next » 

Revision 7ff96e13

Added by Katja Luther about 3 years ago

ref #8767: fix warning for same publish flag when moving taxa

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/RemotingMoveTaxonNodeHandlerE4.java
71 71
        Object obj ;
72 72
        Iterator iter = selection.iterator();
73 73
        oldTaxonNodeUUIDs = new HashSet<>();
74
        isPublish = true;
74 75
        while (iter.hasNext()){
75 76
            obj = iter.next();
76 77
            if(obj instanceof TaxonNodeDto) {

Also available in: Unified diff