LabKey / labkey-ui-components

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

Support for calculated fields in Field Editor UI for certain data types #1532

Closed cnathe closed 3 months ago

cnathe commented 3 months ago

Rationale

Part 1 of allowing create/update of calculated fields in the Field Editor UI for certain data types: sample type, data class, list, dataset, and assay design. This PR allows admins to add a calculated field to the Fields panel of the field editor and set the expression (LabKey SQL) for that calculated field. The fields are then added to the default view of those data types and can be edited/removed from the field editor similar to other user defined fields.

Related Pull Requests

Changes