Project

General

Profile

« Previous | Next » 

Revision 18f20e1c

Added by Andreas Kohlbecker almost 6 years ago

ref #7386 adding missing setBasionyms() method to taxonNameDTO - 2

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToManyRelatedEntitiesListSelect.java
549 549
            }
550 550
        }
551 551
        //
552
         */
552 553
        // calling super.commit() is useless if operating on a transient property!!
553 554
        super.commit();
554
        if(getValue().isEmpty() && valueInitiallyWasNull){
555
            setPropertyDataSource(null);
556
        }
557
         */
555
//        if(getValue().isEmpty() && valueInitiallyWasNull){
556
//            setPropertyDataSource(null);
557
//        }
558 558
    }
559 559

  
560 560
    /**

Also available in: Unified diff