forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix viewing grades for deactivated students
closes EVAL-2180 closes EVAL-2176 flag=none Test Plan 1 (no grading period): 1. Give a student a few grades, and then (still as a teacher) go to the individual grades page for that student (/courses/:course_id/grades/:student_id). Notice that you can see their grades 2. Deactivate the student 3. Still as the teacher, go back to the individual grades page for that student. Notice that you can still see their grades. Test Plan 2 (grading periods): 1. In a course using grading periods, give a student a few grades, and then (still as a teacher) go to the individual grades page for that student (/courses/:course_id/grades/:student_id). Select a grading period from the dropdown on the page, and then click "Apply". Notice that you can see their grades 2. Deactivate the student 3. Still as the teacher, go back to the individual grades page for that student. Select a grading period from the dropdown on the page, and then click "Apply". Notice that you can see their grades Edge case testing: - Make sure you can still see grades at that page for active and concluded stuents - Students themselves should be able to see grades at that page if they are active or concluded (but not if they are deactivated) Change-Id: I62421aae369a9a1257c212359d94d4df35f75f4f Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/282544 QA-Review: Eduardo Escobar <[email protected]> Product-Review: Jody Sailor Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Eduardo Escobar <[email protected]> Reviewed-by: Dustin Cowles <[email protected]>
- Loading branch information
1 parent
209cea8
commit 3af42f8
Showing
11 changed files
with
142 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters