LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Add support of Ancestor fields in All Samples grid #1510

Closed labkey-susanh closed 4 months ago

labkey-susanh commented 5 months ago

Rationale

Clients have found the Ancestors data we track on individual sample type (and source type) table to be useful and also want to be able to add this data to the various All Samples grids we present in our applications. In the related PR the Ancestor nodes have been added to the exp.materials table. This PR updates various custom queries to add lookups to exp.materials from the Sample ID fields as appropriate so Ancestor nodes can be added through this lookup as appropriate.

Related Pull Requests

Changes