Project

General

Profile

« Previous | Next » 

Revision ce47eebd

Added by Katja Luther about 5 years ago

fix #8037: set microrefence correctly

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
280 280
        }else if (eventSource == selection_SecRef) {
281 281
            taxon.setSec(selection_SecRef.getEntity());
282 282
        }else if (eventSource == microReference) {
283
            getEntity().setMicroReference(microReference.getText());
283
            taxon.setSecMicroReference(microReference.getText());
284 284
        }  else if (eventSource == checkbox_publish) {
285 285
            taxon.setPublish(checkbox_publish.getSelection());
286 286
        }

Also available in: Unified diff