Project

General

Profile

« Previous | Next » 

Revision b7f9be76

Added by Andreas Kohlbecker almost 6 years ago

fix #7535 TeamOrPersonField and PersonField without OK button - bugfix

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToManyRelatedEntitiesListSelect.java
308 308
        try {
309 309
            F field = newFieldInstance(val);
310 310
            field.addValueChangeListener(e -> {
311
                updateValue();
312
                fireValueChange(true);
311
                if(!creatingFields){
312
                    updateValue();
313
                    fireValueChange(true);
314
                }
313 315
            });
314 316
            Property ds = getPropertyDataSource();
315 317
            if(ds != null){

Also available in: Unified diff