ref #9510 adapt specimens holding description label (cont.)
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 6 Oct 2021 09:29:39 +0000 (11:29 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 6 Oct 2021 09:29:39 +0000 (11:29 +0200)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/DescriptiveDataSetService.java

index 4b2e937fb62e33a4a4227623aff05eb579837e39..25e3c078eb1aa8b6f250f2f5986a2c9a7b957772 100644 (file)
@@ -276,7 +276,7 @@ public class DescriptiveDataSetService
                     .findFirst().orElseGet(()->{
                         TaxonDescription td = TaxonDescription.NewInstance(taxon);
                         td.addType(DescriptionType.INDIVIDUALS_ASSOCIATION);
-                        td.setTitleCache("Specimens for " + taxon.getTitleCache(), true);
+                        td.setTitleCache("Specimens used by " + dataSet.getTitleCache() + " for " + taxon.getTitleCache(), true);
                         return td;});
 
             IndividualsAssociation association = IndividualsAssociation.NewInstance(specimen);