Project

General

Profile

« Previous | Next » 

Revision 0a75fd54

Added by Katja Luther over 1 year ago

change logger

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/SecundumSourceElement.java
47 47
        setEntityWithoutUpdate(HibernateProxyHelper.deproxy(entity));
48 48

  
49 49
        this.selection_Ref = formFactory.createSelectionElement(Reference.class, formElement, "Secundum", getEntity()!= null? getEntity().getCitation(): null, EntitySelectionElement.ALL, style);
50

  
50
        if (entity.getCitation() != null) {
51
        	refType = entity.getCitation().getType();
52
        }
51 53
        selection_Ref.setBackground(this.getPersistentBackground());
52 54
        for (ICdmFormElement element: selection_Ref.getElements()){
53 55
            element.setBackground(getPersistentBackground());

Also available in: Unified diff