Project

General

Profile

« Previous | Next » 

Revision ef026e18

Added by Katja Luther almost 5 years ago

show description for terms in referencing objects view

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/e4/ReferencingObjectsViewE4.java
420 420
		Object firstElement = selection.getFirstElement();
421 421
		if (firstElement instanceof TermDto){
422 422
		   TermDto termDto = (TermDto) firstElement;
423
		   updateDescription("'"+termDto.getRepresentation_L10n() + "' is referenced by:");
423 424
		   updateReferencingObjects(termDto.getUuid(), TermBase.class );
424

  
425
		   return;
425 426
		}
426 427
		if(firstElement instanceof TreeNode){
427 428
		    firstElement = ((TreeNode) firstElement).getValue();

Also available in: Unified diff