In a Biologics project using subfolders, the following naming pattern syntax validates correctly, but can't generate names for samples derived from a data class:
H-${DataInputs/CellLine/Name}-${now:date}-${dailySampleCount}
but this does (and uses the name as expected)
H-${DataInputs/CellLine}-${now:date}-${dailySampleCount}
Error raised for the first pattern is "Unable to find parent [ParentName]" and the console shows a 400 error
Note that the first/expected pattern with /Name works fine in LKSM using a source and in a 'flat' biologics project (no subfolders/shared definitions)
Repro:
1. In a biologics project with subfolders and data, such as
https://learn.labkey.com/BiologicsMultiVerse/Project%20Alpha/biologics-app.view#/samples/Samples
2. edit a sample type naming pattern to try to use the first pattern
3. create new samples from a cell line - should name them with the cell line name, but instead error is thrown.