LabKey / labkey-ui-components

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

Issue 50354: LKSM: Include indicator of unavailable file in apps #1500

Closed XingY closed 5 months ago

XingY commented 5 months ago

Rationale

Issue 50354: LKSM: Include indicator of unavailable file in apps

The displayValue for file field has been modified to have " (unavailable)" suffix for files that are missing on the server. FileColumnRenderer and AttachmentCard has been updated to display missing files with warning indicators.

Related Pull Requests

Changes