Skip to content

LG-10438: Remove flow_session[:document_capture_session_uuid]#8907

Merged
matthinz merged 2 commits intomainfrom
matthinz/10438-remove-flow-session-dcu
Aug 9, 2023
Merged

LG-10438: Remove flow_session[:document_capture_session_uuid]#8907
matthinz merged 2 commits intomainfrom
matthinz/10438-remove-flow-session-dcu

Conversation

@matthinz
Copy link
Contributor

@matthinz matthinz commented Jul 31, 2023

🎫 Ticket

LG-10438

🛠 Summary of changes

Remove references to flow_session[:document_capture_session_uuid] after the variable was moved to idv_session in #8906.

@matthinz matthinz changed the base branch from main to matthinz/10438-doc-capture-uuid July 31, 2023 23:20
Copy link
Contributor

@soniaconnolly soniaconnolly left a comment

Choose a reason for hiding this comment

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

LGTM

@matthinz matthinz force-pushed the matthinz/10438-doc-capture-uuid branch 3 times, most recently from e14d47f to b076b44 Compare August 3, 2023 21:55
Base automatically changed from matthinz/10438-doc-capture-uuid to main August 3, 2023 23:25
Following up on #8906, remove references to the flow_session variable

[skip changelog]
@matthinz matthinz force-pushed the matthinz/10438-remove-flow-session-dcu branch from a43e3db to 259f829 Compare August 4, 2023 18:42
Barcode attention stuff is stored in IdvSession now, so this should be ok?
@matthinz matthinz marked this pull request as ready for review August 4, 2023 21:42
@matthinz matthinz requested a review from jmhooper August 4, 2023 21:42

def status
@status ||= begin
if !flow_session || !document_capture_session
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jmhooper I think you worked in this file recently--now that the barcode stuff and document_capture_session_uuid are out of flow_session, I think we can remove all references to flow_session from this file (see 18562aa)--any issues with this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nope, I think it is safe for this to be removed

@matthinz
Copy link
Contributor Author

matthinz commented Aug 4, 2023

(Gonna hold off on merging this until after next deploy)

@matthinz matthinz merged commit 084f26c into main Aug 9, 2023
@matthinz matthinz deleted the matthinz/10438-remove-flow-session-dcu branch August 9, 2023 23:12
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