Project

General

Profile

« Previous | Next » 

Revision 179110e9

Added by Katja Luther about 6 years ago

add symbol to unplaced and excluded taxa in taxonnavigator

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/ContainerFactoryE4.java
45 45
		}
46 46

  
47 47
		for(HomotypicalGroup homotypicalGroup : taxonNameEditor.getTaxon().getHeterotypicSynonymyGroups()){
48
		    homotypicalGroup = HibernateProxyHelper.deproxy(homotypicalGroup, HomotypicalGroup.class);
48 49
		    HomotypicalSynonymGroupE4 group = createOrUpdateHeterotypicSynonymyGroup(taxonNameEditor, homotypicalGroup);
49 50

  
50 51
			retainedGroups.remove(group);

Also available in: Unified diff