Project

General

Profile

« Previous | Next » 

Revision fca87395

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 fixing problem of ToOneRelatedEntityCombobox returning the wrong value

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/reference/ReferencePopupEditor.java
123 123
                new ReferenceEditorAction(AbstractEditorAction.Action.ADD, null, inReferenceCombobox, this)
124 124
                ));
125 125
        inReferenceCombobox.addClickListenerEditEntity(e -> {
126
            if(inReferenceCombobox.getSelect().getValue() != null){
126
            if(inReferenceCombobox.getValue() != null){
127 127
                getEventBus().publishEvent(
128 128
                    new ReferenceEditorAction(
129 129
                            AbstractEditorAction.Action.EDIT,

Also available in: Unified diff