Skip to content

Conversation

@labkey-susanh
Copy link
Contributor

Rationale

We're releasing Sample Finder in 22.3 and just need to polish a few parts of it before we do that.

Related Pull Requests

Changes

  • Add containerFilter property to EntityDataType model
  • Assure grid is updated after sample actions are taken
  • Update grid columns to always show parent id columns and add parent type name to column name

@labkey-susanh labkey-susanh requested a review from cnathe March 2, 2022 19:54
* Added getLabKeySqlWhere util
* Added InExpAncestorsOfFilterType and InExpDescendantsOfFilterType
* Enable non-text fields for EntityFieldFilterModal (Sample Finder)
* Add "showing all generations" message
Copy link
Contributor

Choose a reason for hiding this comment

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

hmmm, should this message be up with your 2.138.X notes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops! Thanks. Actually just removing this as no longer relevant.

<div className="pull-left">
<div className="secondary-text">{capitalizeFirstChar(entityDataType.nounAsParentSingular)}</div>
<div className="primary-text">{schemaQuery.queryName}</div>
<div className="primary-text">{dataTypeDisplayName}</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason to fall back on using the schemaQuery.queryName here and below (i.e. dataTypeDisplayName ?? schemaQuery.queryName)? I assume not, but just checking since it looks like dataTypeDisplayName is an optional prop.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, good idea. In practice, currently, it will never not be defined, but that's a better fallback.

padding-bottom: 5px;
}

.filter-results__message {
Copy link
Contributor

Choose a reason for hiding this comment

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

is this still needed with the move of the "all generations" text to the page subtitle?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed.

@labkey-susanh labkey-susanh merged commit c947d73 into release22.3-SNAPSHOT Mar 2, 2022
@labkey-susanh labkey-susanh deleted the fb_22.3_sampleFinderPolishSusan branch March 2, 2022 21:11
labkey-nicka added a commit that referenced this pull request Dec 24, 2025
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