Project

General

Profile

« Previous | Next » 

Revision 3f339951

Added by Andreas Kohlbecker almost 5 years ago

fix #8209 using ReferenceEllypsisFormatter for all Reference comboboxes

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
326 326

  
327 327
        row++;
328 328
        nomReferenceCombobox = new ToOneRelatedEntityCombobox<Reference>("Nomenclatural reference", Reference.class);
329
        // nomReferenceCombobox.setImmediate(true);
330 329
        nomReferenceCombobox.addClickListenerAddEntity(e -> getViewEventBus().publish(
331 330
                this,
332 331
                new ReferenceEditorAction(EditorActionType.ADD, null, nomReferenceCombobox, this)

Also available in: Unified diff