Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend session when changing document capture steps #11333

Merged

Conversation

mitchellhenke
Copy link
Contributor

@mitchellhenke mitchellhenke commented Oct 10, 2024

🎫 Ticket

LG-14545

🛠 Summary of changes

This fixes a regression from #10894 which added an argument to extendSession, but did not add it for the usage in document capture. #11287 was a short-term fix, and this more fully addresses it by defining sessionsURL as we do for other URLs.

The regression is something that TypeScript could catch, but requires bigger changes.

@mitchellhenke mitchellhenke requested a review from aduth October 10, 2024 15:50
changelog: Bug Fixes, Document Capture, Extend session when moving between document capture steps
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/fix-extend-session-in-document-capture branch from e85720f to 8072022 Compare October 10, 2024 15:59
@mitchellhenke mitchellhenke marked this pull request as ready for review October 10, 2024 16:00
Copy link
Member

@aduth aduth left a comment

Choose a reason for hiding this comment

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

Haven't tested locally, but code looks good!

@mitchellhenke mitchellhenke force-pushed the mitchellhenke/fix-extend-session-in-document-capture branch from e93e61f to 799f0f1 Compare October 10, 2024 16:20
@mitchellhenke mitchellhenke merged commit d8a75b1 into main Oct 10, 2024
2 checks passed
@mitchellhenke mitchellhenke deleted the mitchellhenke/fix-extend-session-in-document-capture branch October 10, 2024 17:21
@aduth aduth mentioned this pull request Oct 15, 2024
colter-nattrass pushed a commit that referenced this pull request Oct 23, 2024
* Extend session when moving between document capture steps

changelog: Bug Fixes, Document Capture, Extend session when moving between document capture steps

* Update spec/javascript/packages/document-capture/components/document-capture-spec.jsx

Co-authored-by: Andrew Duthie <[email protected]>

---------

Co-authored-by: Andrew Duthie <[email protected]>
MrNagoo pushed a commit that referenced this pull request Oct 25, 2024
* Extend session when moving between document capture steps

changelog: Bug Fixes, Document Capture, Extend session when moving between document capture steps

* Update spec/javascript/packages/document-capture/components/document-capture-spec.jsx

Co-authored-by: Andrew Duthie <[email protected]>

---------

Co-authored-by: Andrew Duthie <[email protected]>
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