lms-sync 1.0.80 → 1.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2386,8 +2386,8 @@ const server = {
|
|
|
2386
2386
|
subjectId: _subjects?._id??null,
|
|
2387
2387
|
instructorId: _instructors?._id??null,
|
|
2388
2388
|
classType,
|
|
2389
|
-
semesterId:
|
|
2390
|
-
academicYearId:
|
|
2389
|
+
semesterId: _semester?._id??null,
|
|
2390
|
+
academicYearId: _acadYear?._id??null,
|
|
2391
2391
|
courseId: _course?._id??null,
|
|
2392
2392
|
campusId: _campus?._id??null,
|
|
2393
2393
|
departmentId: _insdepartment?._id??null,
|
|
@@ -2636,8 +2636,8 @@ const server = {
|
|
|
2636
2636
|
instructorId: _instructor?._id??null,
|
|
2637
2637
|
sectionId: _section?._id??null,
|
|
2638
2638
|
campusId: campus?._id,
|
|
2639
|
-
|
|
2640
|
-
|
|
2639
|
+
semesterId: _semester?._id??null,
|
|
2640
|
+
academicYearId: _acadYear?._id??null,
|
|
2641
2641
|
finalGrade: finalG,
|
|
2642
2642
|
graded,
|
|
2643
2643
|
remarks,
|