Project

General

Profile

« Previous | Next » 

Revision feb7a534

Added by Patrick Plitzner over 9 years ago

  • temporarily commented compile errors

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/dna/SingleReadGeneralDetailElement.java
47 47
    @Override
48 48
    protected void createControls(ICdmFormElement formElement, SingleRead entity, int style) {
49 49
        selectionPrimer = formFactory.createSelectionElement(Primer.class, getConversationHolder(), formElement, "Primer", entity.getPrimer(), EntitySelectionElement.ALL, style);
50
        selectionAmplification = formFactory.createSelectionElement(Amplification.class, getConversationHolder(), formElement, "Amplification", entity.getAmplification(), EntitySelectionElement.ALL, style);
50
//        selectionAmplification = formFactory.createSelectionElement(Amplification.class, getConversationHolder(), formElement, "Amplification", entity.getAmplification(), EntitySelectionElement.ALL, style);
51 51

  
52 52
        AnnotationSection annotationSection = formFactory.createAnnotationSection(getConversationHolder(), formElement, style);
53 53
        annotationSection.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
......
67 67
            getEntity().setPrimer(selectionPrimer.getSelection());
68 68
        }
69 69
        else if(eventSource==selectionAmplification){
70
            selectionAmplification.getSelection().addSingleRead(getEntity());
70
//            selectionAmplification.getSelection().addSingleRead(getEntity());
71 71
        }
72 72
    }
73 73
}

Also available in: Unified diff