From 26e80595d21196a9aa12f9ec92f16391d8c533b1 Mon Sep 17 00:00:00 2001 From: Edinei Valdameri Date: Thu, 3 Oct 2024 16:45:47 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20a=20`listragem`=20de=20matr=C3=ADcula?= =?UTF-8?q?s=20no=20cadastro=20de=20alunos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/assets.php | 2 +- .../legacy/Cadastro/Assets/Javascripts/AlunoShow.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/assets.php b/config/assets.php index ff78e2d2ac..3d98f84b29 100644 --- a/config/assets.php +++ b/config/assets.php @@ -14,7 +14,7 @@ | */ - 'version' => '0.1.99', + 'version' => '0.1.100', /* |-------------------------------------------------------------------------- diff --git a/public/vendor/legacy/Cadastro/Assets/Javascripts/AlunoShow.js b/public/vendor/legacy/Cadastro/Assets/Javascripts/AlunoShow.js index 2261752959..8e7278bdd8 100644 --- a/public/vendor/legacy/Cadastro/Assets/Javascripts/AlunoShow.js +++ b/public/vendor/legacy/Cadastro/Assets/Javascripts/AlunoShow.js @@ -91,11 +91,11 @@ var handleGetMatriculas = function(dataResponse) { } - $j('').html(`${matricula.turma_nome ?? ''}`).appendTo($tr); - $j('').html(`${matricula.ultima_enturmacao}`).appendTo($tr); - $j('').html(`${matricula.serie_nome}`).appendTo($tr); - $j('').html(`${matricula.curso_nome}`).appendTo($tr); - $j('').html(`${matricula.escola_nome}`).appendTo($tr); + $j('').html(`${matricula.turma_nome ?? ''}`).appendTo($tr); + $j('').html(`${matricula.ultima_enturmacao}`).appendTo($tr); + $j('').html(`${matricula.serie_nome}`).appendTo($tr); + $j('').html(`${matricula.curso_nome}`).appendTo($tr); + $j('').html(`${matricula.escola_nome}`).appendTo($tr); if(matricula.data_entrada != ""){ if(matricula.user_can_access && matricula.user_can_change_date){