Commit 6735726
File tree
Expand file treeCollapse file tree
8 files changed
+96
-12
lines changedFilter options
- apps
- src
- levelbuilder
- sites/studio/pages/course_offerings
- test/unit/levelbuilder
- dashboard
- app
- controllers
- models
- views
- course_offerings
- pd/workshop_user_management
- test/controllers
Expand file treeCollapse file tree
8 files changed
+96
-12
lines changedapps/src/levelbuilder/CourseOfferingEditor.jsx
Copy file name to clipboardExpand all lines: apps/src/levelbuilder/CourseOfferingEditor.jsx+45-8Lines changed: 45 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
85 | 90 |
|
86 | 91 |
|
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
| 92 | + |
94 | 93 |
|
95 | 94 |
|
96 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
97 | 101 |
|
98 | 102 |
|
99 | 103 |
|
| ||
478 | 482 |
|
479 | 483 |
|
480 | 484 |
|
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
481 | 516 |
|
482 | 517 |
|
483 | 518 |
|
| ||
517 | 552 |
|
518 | 553 |
|
519 | 554 |
|
| 555 | + |
520 | 556 |
|
521 | 557 |
|
522 | 558 |
|
| ||
534 | 570 |
|
535 | 571 |
|
536 | 572 |
|
| 573 | + |
537 | 574 |
|
538 | 575 |
|
539 | 576 |
|
|
apps/src/sites/studio/pages/course_offerings/edit.js
Copy file name to clipboardExpand all lines: apps/src/sites/studio/pages/course_offerings/edit.js+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
|
apps/test/unit/levelbuilder/CourseOfferingEditorTest.jsx
Copy file name to clipboardExpand all lines: apps/test/unit/levelbuilder/CourseOfferingEditorTest.jsx+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
71 | 77 |
|
72 | 78 |
|
73 | 79 |
|
| ||
108 | 114 |
|
109 | 115 |
|
110 | 116 |
|
| 117 | + |
111 | 118 |
|
112 | 119 |
|
113 | 120 |
|
| ||
184 | 191 |
|
185 | 192 |
|
186 | 193 |
|
| 194 | + |
187 | 195 |
|
188 | 196 |
|
189 | 197 |
|
|
dashboard/app/controllers/course_offerings_controller.rb
Copy file name to clipboardExpand all lines: dashboard/app/controllers/course_offerings_controller.rb+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
48 | 57 |
|
49 | 58 |
|
dashboard/app/models/course_offering.rb
Copy file name to clipboardExpand all lines: dashboard/app/models/course_offering.rb+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
| 325 | + |
325 | 326 |
|
326 | 327 |
|
327 | 328 |
|
| ||
373 | 374 |
|
374 | 375 |
|
375 | 376 |
|
| 377 | + |
376 | 378 |
|
377 | 379 |
|
378 | 380 |
|
|
dashboard/app/views/course_offerings/edit.html.haml
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
dashboard/app/views/pd/workshop_user_management/facilitator_courses_form.html.haml
Copy file name to clipboardExpand all lines: dashboard/app/views/pd/workshop_user_management/facilitator_courses_form.html.haml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
dashboard/test/controllers/course_offerings_controller_test.rb
Copy file name to clipboardExpand all lines: dashboard/test/controllers/course_offerings_controller_test.rb+26-1Lines changed: 26 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
46 | 70 |
|
47 | 71 |
|
48 | 72 |
|
49 | 73 |
|
50 | 74 |
|
51 | 75 |
|
52 | 76 |
|
| 77 | + |
53 | 78 |
|
54 | 79 |
|
0 commit comments