Skip to content

Add SigninPage#3041

Open
labkey-alan wants to merge 2 commits into
developfrom
fb_eln_signing
Open

Add SigninPage#3041
labkey-alan wants to merge 2 commits into
developfrom
fb_eln_signing

Conversation

@labkey-alan

@labkey-alan labkey-alan commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Rationale

This PR adds a new page, SignInPage, so we can more easily reauthenticate when submitting and approving Notebooks.

Related Pull Requests

Changes

  • Add SignInPage
  • LabKeySiteWrapper: Use SignInPage

Tasks 📍

  • Claude Code Review
  • TeamCity verification

@labkey-tchad labkey-tchad left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good. Just one nit.

return new ElementCache();
}

protected class ElementCache extends LabKeyPage<?>.ElementCache

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

These question marks are a relic of a time when I didn't understand generics as well.

Suggested change
protected class ElementCache extends LabKeyPage<?>.ElementCache
protected class ElementCache extends LabKeyPage<ElementCache>.ElementCache

(Someday I will do a massive refactor to purge all of the messed up generic types in our test pages/components.)

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