Project

General

Profile

« Previous | Next » 

Revision 9a5a83e1

Added by Katja Luther almost 7 years ago

ref #6390: adapt details view for misapplied names

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/supplemental/AbstractReferencedEntityElement.java
32 32
		extends AbstractEntityCollectionElement<T> implements ISelectableElement {
33 33

  
34 34
	private SelectionArbitrator selectionArbitrator;
35
	
35

  
36 36
	protected EntitySelectionElement<Reference> selection_reference;
37 37
	protected TextWithLabelElement text_referenceDetail;
38 38

  
......
52 52
		selection_reference = formFactory
53 53
				.createSelectionElement(Reference.class,
54 54
						getConversationHolder(), formElement, "Reference",
55
						null, EntitySelectionElement.ALL, style);
55
						null, EntitySelectionElement.ALL_WITH_EXT, style);
56 56
		text_referenceDetail = formFactory.createTextWithLabelElement(
57 57
				formElement, "Reference Detail", null, SWT.NULL);
58 58
	}
......
64 64
		selection_reference.setEntity(entity.getCitation());
65 65
		text_referenceDetail.setText(entity.getCitationMicroReference());
66 66
	}
67
	
67

  
68 68
	@Override
69 69
    public SelectionArbitrator getSelectionArbitrator() {
70 70
		return selectionArbitrator;

Also available in: Unified diff