issues
search
LabKey
/
platform
A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7
stars
7
forks
source link
Calculated fields issue fixes for 24.10
#5854
Closed
cnathe
closed
1 month ago
cnathe
commented
1 month ago
Rationale
see ui-components PR for rationale
Related Pull Requests
https://github.com/LabKey/labkey-ui-components/pull/1576
Changes
update @labkey/components package version
DomainUtil.getCalculatedFieldsForTableInfo to use last metadata object in collection since DB metadata is added last
add null check before setting rangeURI for calculated field
show calculated fields in default view for Assay Run and Batch domains
saveCalculatedFieldsMetadata to account for removing all calculated fields from a domain
Rationale
see ui-components PR for rationale
Related Pull Requests
Changes