Project

General

Profile

« Previous | Next » 

Revision b55eb7e4

Added by Katja Luther over 6 years ago

add object type to label of ref objects view

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/e4/ReferencingObjectsViewE4.java
442 442
                }
443 443
		    }
444 444
		    if (referencedObjectTitleCache != null){
445
		        updateDescription("'" + referencedObjectTitleCache + "' is referenced by:");
445
		        updateDescription(referencedCdmObject.getUserFriendlyTypeName() + " '" + referencedObjectTitleCache + "' is referenced by:");
446 446
		    } else{
447 447
		        updateDescription("");
448 448
		    }

Also available in: Unified diff