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

Update type of UserID in Enrollment Check In stored procedures #996

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

EjPlatzer
Copy link
Contributor

The type of UserID returned by the FINALIZATION_* stored procedures is currently different in Train and Prod (because of a change unrelated to 360). In Production, it was changed to an int, which is causing EF Core to fail when mapping returned results to C# objects, which causes Enrollment check in to break.

I am releasing this hotfix into production directly to get Enrollment Check In working. We will have to investigate updating the type of UserID in train at a later date.

@EjPlatzer EjPlatzer self-assigned this Aug 14, 2023
@EjPlatzer EjPlatzer merged commit 989e3ab into master Aug 14, 2023
1 check passed
@EjPlatzer EjPlatzer deleted the hotfix/enrollment-checkin-id-type branch August 18, 2023 20:56
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.

1 participant