fix logic and tests, update docker CI file

This commit is contained in:
root
2026-03-09 15:58:44 -04:00
parent 1cb3573d4b
commit 79e44fe037
188 changed files with 1776 additions and 524 deletions
@@ -153,7 +153,7 @@ class AssignmentServiceTest extends TestCase
'teacher_id' => $this->teacherMain->id,
'class_section_id' => $this->sectionA->id,
'position' => 'main',
'semester' => null,
'semester' => '',
'school_year' => null,
'description' => null,
]);
@@ -387,4 +387,4 @@ class AssignmentServiceTest extends TestCase
$result['classSections'][0]['main_teachers']
);
}
}
}