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.
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