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
While submitting a Student Application with a temporary SIN and the SIN will expire before the offering end date, the system generates a SINF exception and the below message.
Fixed the query used by createNotifications that was throwing an error
due to the incorrect object-query syntax.
This was impacting multiple restriction notifications such as:
- Add Provincial Restriction
- Temporary SIN
- Scholastic Standing
- Federal Restrictions
The application submission is now working as expected, validating and
generating the error message.
While submitting a Student Application with a temporary SIN and the SIN will expire before the offering end date, the system generates a SINF exception and the below message.
Private Zenhub Image
Currently, an error in the query will create an error every time that the temporary SIN restriction check happens.
The current code is dealing with the field as if it is an array when it is just an enum.
Expected code:
Acceptance criteria
The text was updated successfully, but these errors were encountered: