Project

General

Profile

« Previous | Next » 

Revision 68df9072

Added by Andreas Müller about 9 years ago

merge trunk into taxeditor-validation3 trunk

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/ReferencingObjectsView.java
186 186
        	
187 187
        	if (referencedObject != null){
188 188
        		referencedObjectTitleCache = ((IdentifiableEntity)referencedObject).getTitleCache();
189
        		setOfReferencingObjects = CdmStore.getService(ICommonService.class).getReferencingObjects(referencedObject);
189
        		setOfReferencingObjects = CdmStore.getCommonService().getReferencingObjects(referencedObject);
190 190
        	}
191 191
	        if (setOfReferencingObjects != null){
192 192
		       	List<CdmBase> referencingObjects = new ArrayList<CdmBase>(setOfReferencingObjects);	        	

Also available in: Unified diff