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/vaadin/component/ToManyRelatedEntitiesListSelect.java
564 564
        this.entityFieldInstantiator = entityFieldInstantiator;
565 565
    }
566 566

  
567
    /**
568
     * {@inheritDoc}
569
     */
570
    @Override
571
    public void setReadOnly(boolean readOnly) {
572
        super.setReadOnly(readOnly);
573
        setDeepReadOnly(readOnly, getContent());
574
    }
567 575

  
568 576
}

Also available in: Unified diff