Commit 2ff2b13
Dan Minkevitch
Shows the option to remove a student from the course
fixes CNVS-22983
Test Plan:
* Go to a course with students
* As a teacher, click the item cog to open the dropdown for a student
* You should see the option to remove them from the course if the student
was manually enrolled by the teacher.
* The option should also be visible if your user has admin permission
and the student was enrolled via sis
* The option should be hidden if your user has default teacher permissions
and the student was enrolled via sis
Change-Id: Icfacc377edcb82b5c4aeddab6b20e47d1f0e7f70
Reviewed-on: https://gerrit.instructure.com/62627
Reviewed-by: Jon Willesen <jonw@instructure.com>
Tested-by: Jenkins
QA-Review: Charles Kimball <ckimball@instructure.com>
Product-Review: Dan Minkevitch <dan@instructure.com>1 parent 8778f80 commit 2ff2b13
4 files changed
Lines changed: 7 additions & 12 deletions
File tree
- app/coffeescripts
- bundles
- views/courses/roster
- lib/api/v1
- spec/selenium
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 84 | | |
90 | 85 | | |
91 | 86 | | |
| |||
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 111 | | |
121 | 112 | | |
122 | 113 | | |
| |||
0 commit comments