Project

General

Profile

« Previous | Next » 

Revision 1d45fffd

Added by Katja Luther over 6 years ago

ref #6894: fix drag&drop in grantedAuthority view for classification

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/grantedAuthority/GrantedAuthorityLabelTextProvider.java
83 83
						}
84 84
						if(node.getTaxon() != null){
85 85
							targetText += node.getTaxon().getTitleCache();
86
						} else{
87
							uuid = node.getClassification().getUuid();
88
							targetText = CdmStore.getService(IClassificationService.class).load(uuid).getTitleCache();
86 89
						}
87 90
						break;
88 91
					case CLASSIFICATION:

Also available in: Unified diff