ref #6581 adapting init strategy to new original source handling
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 12 Nov 2020 14:21:29 +0000 (15:21 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 12 Nov 2020 14:21:37 +0000 (15:21 +0100)
src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPresenter.java

index 983c5b25807970d34b3ee465d27d3cda30b81ec7..32c9bfe0049f7c34cc6fec629cee20eb46050ea5 100644 (file)
@@ -124,7 +124,9 @@ public class NameTypeDesignationPresenter
                 "annotations.*", // * is needed as log as we are using a table in FilterableAnnotationsField
                 "typifiedNames.typeDesignations", // important !!
                 "typeName.$",
-                "citation"
+                "source.citation",
+                "source.annotations",
+                "source.markers",
                 }
         ));