Project

General

Profile

« Previous | Next » 

Revision c198e965

Added by Katja Luther almost 4 years ago

fix #9063: fix details view for media specimen

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
349 349
                else if(((DerivedUnitFacade) input).innerDerivedUnit().getRecordBasis()==SpecimenOrObservationType.DnaSample){
350 350
                    createDnaSampleSection(rootElement);
351 351
                }
352
            }else if (((DerivedUnitFacade) input).innerDerivedUnit() instanceof MediaSpecimen){
353
                createMediaSpecimenSection(rootElement);
352 354
            }
353 355

  
354 356
            else{
......
844 846
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
845 847

  
846 848
        RightsSection rightsSection = formFactory.createRightsSection(getConversationHolder(), parent, StoreUtil.getSectionStyle(RightsSection.class, getInput().getClass().getCanonicalName()));
849
//        rightsSection.setEntity(generalSection.getEntity().innerDerivedUnit());
847 850
        addPart(rightsSection);
848 851

  
849 852
    }

Also available in: Unified diff