Project

General

Profile

« Previous | Next » 

Revision 93b32455

Added by Katja Luther almost 6 years ago

fix selection of taxon of misappliedName relationship for supplemental data view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonDetailElement.java
64 64
		selection_taxon = formFactory
65 65
				.createSelectionElement(Taxon.class,
66 66
				        element, "Taxon", null,
67
						EntitySelectionElement.NOTHING, style);
67
						EntitySelectionElement.SELECTABLE, style);
68 68
	}
69 69

  
70 70
	/*
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonOfRelationshipElement.java
31 31
	public TaxonOfRelationshipElement(CdmFormFactory formFactory, ICdmFormElement formElement, int style ) {
32 32
		super(formFactory, formElement);
33 33
		// make this element selectable
34
		if(formFactory.getSelectionProvider() != null){
35
			selectionArbitrator = formFactory.createSelectionArbitrator(this);
36
		}
34

  
37 35

  
38 36
	}
39 37

  
......
92 90
		checkbox_doubtful = formFactory.createCheckbox(this,
93 91
				"Misappl. Doubtful", getEntity().isDoubtful(), style);
94 92

  
93
		if(formFactory.getSelectionProvider() != null){
94
            selectionArbitrator = formFactory.createSelectionArbitrator(this);
95
        }
96

  
95 97
	}
96 98

  
97 99

  

Also available in: Unified diff