Project

General

Profile

« Previous | Next » 

Revision 72060b99

Added by Patrick Plitzner almost 9 years ago

Show abbreviated title cache for authors and refernce in taxon details
view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java
69 69
		if(PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.IS_RL)){
70 70
			toggleable_cache.setVisible(false);
71 71
		}
72
		selectionCombinationAuthor = formFactory.createSelectionElement(TeamOrPersonBase.class,
72
		selectionCombinationAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class,
73 73
				getConversationHolder(),
74 74
				formElement, "Author",
75 75
				entity.getCombinationAuthorship(),
76 76
				EntitySelectionElement.ALL, style);
77 77
		addElement(selectionCombinationAuthor);
78
		selectionExCombinationAuthor = formFactory.createSelectionElement(TeamOrPersonBase.class,
78
		selectionExCombinationAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class,
79 79
				getConversationHolder(),
80 80
				formElement, "Ex Author",
81 81
				entity.getExCombinationAuthorship(),
82 82
				EntitySelectionElement.ALL, style);
83 83
		addElement(selectionExCombinationAuthor);
84
		selectionBasionymAuthor = formFactory.createSelectionElement(TeamOrPersonBase.class, getConversationHolder(),
84
		selectionBasionymAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class, getConversationHolder(),
85 85
                formElement, "Basionym Author", entity.getBasionymAuthorship(),
86 86
                EntitySelectionElement.ALL, style);
87 87
		addElement(selectionBasionymAuthor);
88
		selectionExBasionymAuthor = formFactory.createSelectionElement(TeamOrPersonBase.class, getConversationHolder(),
88
		selectionExBasionymAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class, getConversationHolder(),
89 89
		        formElement, "Ex Basionym Author", entity.getExBasionymAuthorship(),
90 90
		        EntitySelectionElement.ALL, style);
91 91

  

Also available in: Unified diff