Project

General

Profile

« Previous | Next » 

Revision d89cdff1

Added by Patrick Plitzner about 7 years ago

ref #6333 Remove framework for exchanging an element in the details view

  • This is against the concept of the DetailsView just showing an element which you can edit. Changing the element requires the DetailsView to know where the element comes from

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/vocabulary/StateVocabularyCollectionElement.java
42 42
     */
43 43
    public StateVocabularyCollectionElement(CdmFormFactory formFactory, AbstractFormSection section, TermVocabulary<State> entity,
44 44
            SelectionListener removeListener, Color backgroundColor, int style) {
45
        super(formFactory, section, entity, removeListener, false, backgroundColor, style);
45
        super(formFactory, section, entity, removeListener, backgroundColor, style);
46 46

  
47 47
    }
48 48

  

Also available in: Unified diff