File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## [ Versão 3.93.211]
3
+ - Ordenando de acordo com a ordem da turma o relatório de ata de notas
4
+
2
5
## [ Versão 3.93.210]
3
6
- Corrigindo a busca por aulas em aulas ministradas quando o usuário é um professor da educação infantil
4
7
Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ public function getAtaSchoolPerformance($classroomId) : array
784
784
785
785
$ totalDisciplines = array_merge ($ baseDisciplines , $ diversifiedDisciplines );
786
786
787
- $ studentEnrollments = StudentEnrollment:: model ()-> findAllByAttributes ( array ( ' classroom_fk ' => $ classroom ->id )) ;
787
+ $ studentEnrollments = $ classroom ->studentEnrollments ;
788
788
789
789
$ grades = [];
790
790
Original file line number Diff line number Diff line change 7
7
defined ('YII_DEBUG ' ) or define ('YII_DEBUG ' , $ debug );
8
8
defined ("SESSION_MAX_LIFETIME " ) or define ('SESSION_MAX_LIFETIME ' , 3600 );
9
9
10
- define ("TAG_VERSION " , '3.93.210 ' );
10
+ define ("TAG_VERSION " , '3.93.211 ' );
11
11
12
12
define ("YII_VERSION " , Yii::getVersion ());
13
13
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> ' );
You can’t perform that action at this time.
0 commit comments