Project

General

Profile

« Previous | Next » 

Revision 821fe02d

Added by Katja Luther over 3 years ago

create new branch webapp

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/Root.java
56 56
	public List<TaxonNodeDto> getParentBeans() {
57 57
		List<String> propertyPaths = Arrays.asList(new String[]{
58 58
		        "name", //$NON-NLS-1$
59
		        "rootNode.childNodes"}); //$NON-NLS-1$
59
		        "rootNode.statusNote",//$NON-NLS-1$
60
		        "rootNode.childNodes",//$NON-NLS-1$
61
		        "rootNode.childNodes.statusNote"}); //$NON-NLS-1$
60 62
		if (rootNodes.isEmpty()){
61 63
    		List<Classification> classifications = CdmStore.getService(IClassificationService.class).list(null, null, null, null, propertyPaths);
62 64

  

Also available in: Unified diff