Skip to content

Conversation

@cnathe
Copy link
Contributor

@cnathe cnathe commented Dec 12, 2025

Rationale

#563 Improve navigation between assay runs and workflow tasks (LabKey Issue: 53642)

Related Pull Requests

Changes

  • Assay results default view to include Run/Name

@cnathe cnathe requested a review from labkey-klum December 12, 2025 16:16
@cnathe cnathe self-assigned this Dec 12, 2025
for (FieldKey calculatedFieldKey : calculatedFieldKeys)
visibleColumns.add(FieldKey.fromParts("Run", calculatedFieldKey.getName()));
}
visibleColumns.add(FieldKey.fromParts("Run", "Name"));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@labkey-klum Do you see any issue with adding this to the default view for Assay results/data grids? We already add the run properties to the default view, we just have never added the run Assay ID / Name column.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it would hurt anything. The existing set of default columns seems mostly arbitrary.

@cnathe cnathe merged commit ae47ef1 into develop Dec 15, 2025
6 of 11 checks passed
@cnathe cnathe deleted the fb_workflowAssay563 branch December 15, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants