Project

General

Profile

« Previous | Next » 

Revision 3c793992

Added by Katja Luther over 3 years ago

ref #9199: fix missing handling of name in source in nomenclatural source

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/NomenclaturalSourceElement.java
119 119
        if (eventSource.equals(microReference)){
120 120
            getEntity().setCitationMicroReference(microReference.getText());
121 121
        }
122
        if (eventSource.equals(select_nameUsedInSource)){
123
            ((DescriptionElementSource)getEntity()).setNameUsedInSource(select_nameUsedInSource.getEntity());
124
        }
122 125
        super.handleEvent(eventSource);
123 126
    }
124 127

  

Also available in: Unified diff