Project

General

Profile

« Previous | Next » 

Revision b478a42f

Added by Niels Hoffmann almost 13 years ago

Fixes a couple of problems with user and group selection dialogs.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialogs/filteredSelection/GroupSelectionDialog.java
89 89
	protected Group getPersistentObject(UUID uuid) {
90 90
		return CdmStore.getService(IGroupService.class).load(uuid);
91 91
	}
92
	
93
	@Override
94
	protected String getTitle(Group group) {
95
		return group != null ? group.getName() : "";
96
	}
92 97

  
93 98
}

Also available in: Unified diff