Skip to content

Link crawler fixes#835

Merged
labkey-martyp merged 2 commits intorelease25.7-SNAPSHOTfrom
25.7_fb_ehr_link_crawler
Aug 3, 2025
Merged

Link crawler fixes#835
labkey-martyp merged 2 commits intorelease25.7-SNAPSHOTfrom
25.7_fb_ehr_link_crawler

Conversation

@labkey-martyp
Copy link
Contributor

@labkey-martyp labkey-martyp commented Jul 20, 2025

Rationale

Link crawler set up and fixes.

Related Pull Requests

Changes

  • Fix some EHR admin page links
  • Add nonces to AnimalGroups.jsp and AnimalsHierarchy.jsp
  • Remove invalid lookups from edit lookups page

protected List<String> skipLinksForValidation()
{
List<String> links = new ArrayList<>(super.skipLinksForValidation());
links.add("snprc_ehr-BirthReport.view");
Copy link
Member

Choose a reason for hiding this comment

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

Leave a comment explaining why this is skipped.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@labkey-martyp labkey-martyp merged commit 664d758 into release25.7-SNAPSHOT Aug 3, 2025
7 checks passed
@labkey-martyp labkey-martyp deleted the 25.7_fb_ehr_link_crawler branch August 3, 2025 23:22
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