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 on FINALIZATION_* SPs in Train #997

Open
EjPlatzer opened this issue Aug 14, 2023 · 0 comments
Open

Update type of UserID on FINALIZATION_* SPs in Train #997

EjPlatzer opened this issue Aug 14, 2023 · 0 comments
Labels

Comments

@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.

Production has been hotfixed to make Enrollment Check In work (see #996). We should investigate updating the type of UserID in Train to be consistent with Production.

@EjPlatzer EjPlatzer added the Bug label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant