fix #6317 fixing LIE related to inReference author teams
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 9 Jan 2017 15:11:36 +0000 (16:11 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 9 Jan 2017 15:11:36 +0000 (16:11 +0100)
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonPortalListController.java

index a5600a26e3341f8eb8e217bba970a1a08026eb95..f79684210d584e1768e42fc0f0154c4ea73a3ddc 100644 (file)
@@ -1,13 +1,13 @@
 package eu.etaxonomy.cdm.remote.controller;
 
-import io.swagger.annotations.Api;
-
 import java.util.Arrays;
 import java.util.List;
 
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.RequestMapping;
 
+import io.swagger.annotations.Api;
+
 /**
  * Copyright (C) 2009 EDIT European Distributed Institute of Taxonomy
  * http://www.e-taxonomy.eu
@@ -28,12 +28,11 @@ public class TaxonPortalListController extends TaxonListController {
 
     private static final List<String> SIMPLE_TAXON_INIT_STRATEGY = Arrays.asList(new String []{
             "$",
-            // the name
             "name.$",
             "name.rank.representations",
             "name.status.type.representations",
             "name.nomenclaturalReference.authorship",
-            "name.nomenclaturalReference.inReference",
+            "name.nomenclaturalReference.inReference.authorship",
             "taxonNodes.classification",
             });