From 8b4c0879b39e03b021efaa62761bd3ab37ee80c6 Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Wed, 4 Dec 2019 10:14:48 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20Corrige=20comportamento=20do=20paine?= =?UTF-8?q?l=20quando=20a=20sess=C3=A3o=20est=C3=A1=20finalizada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/painel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 3df4d5861..f6fb4e165 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -433,7 +433,7 @@ $("#observacao_materia").text(''); } if (data['tipo_resultado'] && data['status_painel'] == true){ - if(data['tipo_votacao'] != 'Leitura'){ + if(data['tipo_votacao'] != 'Leitura' && !data['sessao_finalizada'] && !data["sessao_solene"]){ $("#resultado_votacao").css("color", "#45919D"); $("#mat_em_votacao").text("Matéria em Votação"); $("#resultado_votacao_div").show();