LG-12377 Remove 404 action for State ID Controller/FSM removal#11243
Merged
jennyverdeyen merged 2 commits intomainfrom Sep 18, 2024
Merged
LG-12377 Remove 404 action for State ID Controller/FSM removal#11243jennyverdeyen merged 2 commits intomainfrom
jennyverdeyen merged 2 commits intomainfrom
Conversation
changelog: Internal, In-person proofing, Remove 404 action for State ID Controller/FSM removal
KeithNava
approved these changes
Sep 17, 2024
Contributor
gina-yamada
approved these changes
Sep 17, 2024
Contributor
|
@jennyverdeyen Before smashing merge- might be good to confirm flag is disabled in production on AWS |
AShukla-GSA
pushed a commit
that referenced
this pull request
Sep 30, 2024
* LG-12377 Remove 404 action for State ID Controller/FSM removal changelog: Internal, In-person proofing, Remove 404 action for State ID Controller/FSM removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


🎫 Ticket
Link to the relevant ticket:
LG-12377
🛠 Summary of changes
This removes the before action that causes the State ID controller to show a 404 when the
in_person_state_id_controller_enabledfeature flag is turned off.📜 Testing Plan
Both URLs work with the controller state enabled:
in_person_state_id_controller_enabledis set to false in your application.yml and restart the application./verify/in_person/state_idto/verify/in_person_proofing/state_idDisabling the controller variable to simulate 50/50 state:
in_person_state_id_controller_enabledis set to true in your application.yml and restart the application.in_person_state_id_controller_enabledto false, and restart the application.Enabling the controller variable to simulate 50/50 state:
in_person_state_id_controller_enabledis set to false in your application.yml and restart the application.in_person_state_id_controller_enabledto true, and restart the application.👀 Screenshots
Before:
After: