Project

General

Profile

« Previous | Next » 

Revision f5979052

Added by Katja Luther over 6 years ago

fix multiple representation by removing conversation of selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/MemberDetailSection.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
52 52
	 */
53 53
	@Override
54 54
	public User createNewElement() {
55
		User selection = UserSelectionDialog.select(getLayoutComposite().getShell(), getConversationHolder(), null);
55
		User selection = UserSelectionDialog.select(getLayoutComposite().getShell(), //getConversationHolder(),
56
		        null);
56 57
		return selection;
57 58
	}
58 59

  
......
106 107
        return false;
107 108
    }
108 109

  
109
	
110

  
110 111

  
111 112
}

Also available in: Unified diff