From b6c0d483b7b26fc22c773a7c7006fb9a79224143 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 198dd3e8d..6477248bd 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -431,9 +431,14 @@ } else{ $("#observacao_materia").text(''); } +<<<<<<< HEAD if (data['tipo_resultado'] && data['status_painel']){ if(data['tipo_votacao'] != 'Leitura'){ +======= + if (data['tipo_resultado'] && data['status_painel'] == true){ + if(data['tipo_votacao'] != 'Leitura' && !data['sessao_finalizada'] && !data["sessao_solene"]){ +>>>>>>> 8b4c0879... HOT-FIX: Corrige comportamento do painel quando a sessão está finalizada $("#resultado_votacao").css("color", "#45919D"); $("#mat_em_votacao").text("Matéria em Votação"); $("#resultado_votacao_div").show();