Project

General

Profile

« Previous | Next » 

Revision 810e8605

Added by Andreas Kohlbecker about 6 years ago

ref #7344 inferring authorship from the editor fields, reducing calls to updateAuthorshipFields(), fixing valueChange event handling

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToManyRelatedEntitiesListSelect.java
306 306
            F field = newFieldInstance(val);
307 307
            field.addValueChangeListener(e -> {
308 308
                updateValue();
309
                fireValueChange(true);
309 310
            });
310 311
            Property ds = getPropertyDataSource();
311 312
            if(ds != null){
......
655 656
        this.editActionListener = editActionListener;
656 657
    }
657 658

  
658

  
659 659
}

Also available in: Unified diff