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/grantedAuthority/GrantedAuthorityDetailSection.java
65 65
//				.warningDialog("Not implemented yet", getClass(),
66 66
//						"This functionality needs to be implemented in CDM Library first.");
67 67

  
68
		GrantedAuthority selection = GrantedAuthoritySelectionDialog.select(getLayoutComposite().getShell(), getConversationHolder(), null);
68
		GrantedAuthority selection = GrantedAuthoritySelectionDialog.select(getLayoutComposite().getShell(), //getConversationHolder(),
69
		        null);
69 70
		return selection;
70 71
	}
71 72

  
......
119 120
     */
120 121
    @Override
121 122
    public GrantedAuthority addExisting() {
122
      
123

  
123 124
        return null;
124 125
    }
125 126

  

Also available in: Unified diff