Project

General

Profile

« Previous | Next » 

Revision 7f92f180

Added by Andreas Kohlbecker over 6 years ago

fix #7181 readOnly implemented in TeamOrPersonField

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/TeamOrPersonField.java
335 335
        });
336 336
    }
337 337

  
338
    /**
339
     * {@inheritDoc}
340
     */
341
    @Override
342
    public void setReadOnly(boolean readOnly) {
343
        super.setReadOnly(readOnly);
344
        setDeepReadOnly(readOnly, getContent());
345
    }
346

  
347

  
348

  
338 349
}

Also available in: Unified diff