Skip to content

DisplayPeptideGroupInformationAction revert containerId check from previous PR#269

Merged
cnathe merged 2 commits into
release25.7-SNAPSHOTfrom
25.7_fb_gh1929
Jun 16, 2026
Merged

DisplayPeptideGroupInformationAction revert containerId check from previous PR#269
cnathe merged 2 commits into
release25.7-SNAPSHOTfrom
25.7_fb_gh1929

Conversation

@cnathe

@cnathe cnathe commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Rationale

Related PR made an update for a crawler issue but added an extra containerId check that doesn't apply in this case. Also convert one pepdb manager method to use SQLFragment.

Related Pull Requests

@cnathe cnathe requested a review from labkey-jeckels June 16, 2026 13:27
@cnathe cnathe self-assigned this Jun 16, 2026
@cnathe cnathe requested review from a team and removed request for a team and labkey-jeckels June 16, 2026 13:27
@cnathe

cnathe commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

hold off on code review, I have a few more changes for this PR for related issues

@cnathe cnathe marked this pull request as draft June 16, 2026 14:13
@cnathe cnathe marked this pull request as ready for review June 16, 2026 14:51
@cnathe cnathe requested review from a team and labkey-jeckels June 16, 2026 14:52
sql.append(" and peptides.peptide_sequence LIKE ? ");
sql.add("%" + schema.getSchema().getSqlDialect().encodeLikeOpSearchString(p.getPeptide_sequence()) + "%");
sql.append(" and child = false");
Peptides[] peptides = new SqlSelector(schema.getSchema(), sql).getArray(Peptides.class);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

FYI, I decided not to add a test case for this change given the low use of this custom module.

@cnathe cnathe merged commit a5c7c3d into release25.7-SNAPSHOT Jun 16, 2026
8 of 9 checks passed
@cnathe cnathe deleted the 25.7_fb_gh1929 branch June 16, 2026 19:29
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.

2 participants