Skip to content

Commit 933385d

Browse files
author
TI GUSTAVO
committed
Ordenando de acordo com a ordem da turma o relatório de ata de notas
1 parent b0dfa26 commit 933385d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
## [Versão 3.93.211]
3+
- Ordenando de acordo com a ordem da turma o relatório de ata de notas
4+
25
## [Versão 3.93.210]
36
- Corrigindo a busca por aulas em aulas ministradas quando o usuário é um professor da educação infantil
47

app/repository/FormsRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ public function getAtaSchoolPerformance($classroomId) : array
784784

785785
$totalDisciplines = array_merge($baseDisciplines, $diversifiedDisciplines);
786786

787-
$studentEnrollments = StudentEnrollment::model()->findAllByAttributes(array('classroom_fk' => $classroom->id));
787+
$studentEnrollments = $classroom->studentEnrollments;
788788

789789
$grades = [];
790790

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
defined('YII_DEBUG') or define('YII_DEBUG', $debug);
88
defined("SESSION_MAX_LIFETIME") or define('SESSION_MAX_LIFETIME', 3600);
99

10-
define("TAG_VERSION", '3.93.210');
10+
define("TAG_VERSION", '3.93.211');
1111

1212
define("YII_VERSION", Yii::getVersion());
1313
define("BOARD_MSG", '<div class="alert alert-success">Novas atualizações no TAG. Confira clicando <a class="changelog-link" href="?r=admin/changelog">aqui</a>.</div>');

0 commit comments

Comments
 (0)