Project

General

Profile

« Previous | Next » 

Revision 4a5b4e97

Added by Katja Luther about 5 years ago

ref #8088: fix publish flag in edit wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
168 168
        }
169 169
        parentTreeNode = entity.getParent();
170 170

  
171
<<<<<<< HEAD
172 171
		if (entity instanceof TaxonNode ) {
173 172
		    checkbox_publish = formFactory.createCheckbox(formElement,
174 173
		            "Taxon is published", entity.getTaxon().isPublish(), style);
......
196 195

  
197 196
	    } else{
198 197
            setTreeNode(entity);
199
            checkbox_publish.setSelection(entity.getTaxon().isPublish());
198

  
200 199
            complete = true;
201 200
        }
202 201
		if (entity instanceof TaxonNode) {

Also available in: Unified diff