Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assay/api-src/org/labkey/api/assay/AssayResultTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ else if (baseColumn.isMvIndicatorColumn())
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.


for (DomainProperty prop : _provider.getBatchDomain(_protocol).getProperties())
{
Expand Down