Project

General

Profile

« Previous | Next » 

Revision 34ec6317

Added by Patrick Plitzner almost 5 years ago

ref #8192 Expand media section by default

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
617 617
    }
618 618

  
619 619
    private void createMediaElementSection(RootElement parent) {
620
        MediaDetailsSection mediaDetailSection = formFactory.createMediaDetailsSection(getConversationHolder(), parent, this, StoreUtil.getSectionStyle(MediaDetailsSection.class, getInput().getClass().getCanonicalName()));
620
        MediaDetailsSection mediaDetailSection = formFactory.createMediaDetailsSection(getConversationHolder(), parent, this, StoreUtil.getSectionStyle(MediaDetailsSection.class, getInput().getClass().getCanonicalName(), true));
621 621

  
622 622
        addPart(mediaDetailSection);
623 623
    }

Also available in: Unified diff