Project

General

Profile

« Previous | Next » 

Revision 6702c7e1

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 basic TaxonName popup editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/TeamOrPersonField.java
93 93

  
94 94
        newValue = HibernateProxyHelper.deproxy(newValue);
95 95

  
96
        if(newValue == null) {
97
            return;
98
        }
99

  
96 100
        if(Person.class.isAssignableFrom(newValue.getClass())){
97 101
            // value is a Person:
98 102
            compositeWrapper.addComponent(personField);

Also available in: Unified diff