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
Navigate to a goal detail page by clicking on a student, and then clicking on an existing goal. (The URL will be of the form: students/[student_id]/goals/[goal_id])
Note that the student ID in the breadcrumbs is not clickable and is an ID rather than the student's name.
Click on Goals segment of the breadcrumbs. This lands on a 404 page, with url /goals.
Expected behavior:
The student ID segment of the breadcrumbs should show the student name instead of ID, and it should link back to the student page.
The "Goals" segment of the breadcrumb should not be clickable as there is no "goals" page.
Screen.Recording.2024-08-27.at.4.41.56.PM.mp4
The text was updated successfully, but these errors were encountered:
To replicate:
students/[student_id]/goals/[goal_id]
)Goals
segment of the breadcrumbs. This lands on a 404 page, with url/goals
.Expected behavior:
Screen.Recording.2024-08-27.at.4.41.56.PM.mp4
The text was updated successfully, but these errors were encountered: