Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/dto/PolytomousKeyNodeDtoController.java
110 110
        List<String> nodePaths = new ArrayList<String>();
111 111
        nodePaths.add("$");//initialize all to 1 relations e.g. subkey, statement
112 112
        nodePaths.add("statement.$");
113
        //nodePaths.add("taxon.name.nomenclaturalReference");
113
        //nodePaths.add("taxon.name.nomenclaturalSource.citation");
114 114
        nodePaths.add("taxon.name.$");
115 115

  
116 116
        List<String> propertyPaths = new ArrayList<String>();

Also available in: Unified diff