Project

General

Profile

« Previous | Next » 

Revision 8f5ccc1e

Added by Katja Luther almost 8 years ago

add nomenclatural author search for team members

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AgentSelectionDialog.java
41 41
	/**
42 42
	 *
43 43
	 */
44
	private static final String PERSON = "Person";
44
	protected static final String PERSON = "Person";
45 45
	/**
46 46
	 *
47 47
	 */
48
	private static final String TEAM = "Team";
48
	protected static final String TEAM = "Team";
49 49

  
50 50
	/**
51 51
	 * <p>select</p>
......
109 109
	@Override
110 110
	protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
111 111
		if(TEAM.equals(parameter)){
112
			return new NewTeamWizard(false);
112
			return new NewTeamWizard();
113 113
		}
114 114
		else if(PERSON.equals(parameter)){
115 115
			return new NewPersonWizard();

Also available in: Unified diff