Project

General

Profile

« Previous | Next » 

Revision d1b51913

Added by Patrick Plitzner over 9 years ago

  • adapted method calls to cdmlib changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java
129 129
		selection_authorTeam = formFactory
130 130
				.createSelectionElement(AgentBase.class,
131 131
						getConversationHolder(), formElement, "Author",
132
						AuthorHelper.getAuthor(entity.getAuthorTeam()),
132
						AuthorHelper.getAuthor(entity.getAuthorship()),
133 133
						EntitySelectionElement.ALL, style);
134 134

  
135 135
		ReferenceType referenceType = entity.getType();
......
398 398
		}
399 399
		// selections
400 400
		else if (eventSource == selection_authorTeam) {
401
			getEntity().setAuthorTeam(
401
			getEntity().setAuthorship(
402 402
					(TeamOrPersonBase) selection_authorTeam.getSelection());
403 403
		} else if (eventSource == selection_inReference) {
404 404
			getEntity().setInReference(selection_inReference.getSelection());

Also available in: Unified diff