diff --git a/CHANGELOG.md b/CHANGELOG.md index ad33601ce..e7d9e2e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +## [Versão 3.93.211] +- Ordenando de acordo com a ordem da turma o relatório de ata de notas + ## [Versão 3.93.210] - Corrigindo a busca por aulas em aulas ministradas quando o usuário é um professor da educação infantil diff --git a/app/repository/FormsRepository.php b/app/repository/FormsRepository.php index 74fe756b2..a328eb0ea 100644 --- a/app/repository/FormsRepository.php +++ b/app/repository/FormsRepository.php @@ -784,7 +784,7 @@ public function getAtaSchoolPerformance($classroomId) : array $totalDisciplines = array_merge($baseDisciplines, $diversifiedDisciplines); - $studentEnrollments = StudentEnrollment::model()->findAllByAttributes(array('classroom_fk' => $classroom->id)); + $studentEnrollments = $classroom->studentEnrollments; $grades = []; diff --git a/config.php b/config.php index 8bc552b7f..77f0bb3e5 100644 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ defined('YII_DEBUG') or define('YII_DEBUG', $debug); defined("SESSION_MAX_LIFETIME") or define('SESSION_MAX_LIFETIME', 3600); -define("TAG_VERSION", '3.93.210'); +define("TAG_VERSION", '3.93.211'); define("YII_VERSION", Yii::getVersion()); define("BOARD_MSG", '