You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: