We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Bug Cannot search for new student account that was just approved (DEV and Test) environment
Expected Behaviour Student that was just approved is listed in the Search Student results section
Actual Behaviour Error message: "No students found for the given search criteria" is displayed
The student is not displayed in the search student results section
** Steps To Reproduce** Steps to reproduce the behaviour:
Note: Can search on Staging
Comment from teams chat: The sin validation table is not creating a record when the create student (Ministry approve) is happening.
The text was updated successfully, but these errors were encountered:
#4087 - Search Student Bug (#4089)
36c0bdd
The create student action happening when Ministry user trying to approve a student. The SIN validation table is not inserted. This causes the search to fail as it uses the below query to fetch. ![image](https://github.com/user-attachments/assets/d0138e14-e475-478e-9435-cbf944db3ebf) This is a bug created during the cas supplier pending verification logic centralization that happened in the #3258 ticket. Co-authored-by: guru-aot <[email protected]>
Closing as complete, following QA.
Sorry, something went wrong.
guru-aot
astridSABC
No branches or pull requests
Describe the Bug
Cannot search for new student account that was just approved (DEV and Test) environment
Expected Behaviour
Student that was just approved is listed in the Search Student results section
Actual Behaviour
Error message: "No students found for the given search criteria" is displayed
The student is not displayed in the search student results section
** Steps To Reproduce**
Steps to reproduce the behaviour:
Note: Can search on Staging
Comment from teams chat: The sin validation table is not creating a record when the create student (Ministry approve) is happening.
The text was updated successfully, but these errors were encountered: