From b7738e219474cc81fde9562faf791a7507ff4707 Mon Sep 17 00:00:00 2001 From: eribeiro Date: Thu, 21 Jan 2021 14:50:51 -0300 Subject: [PATCH] HOT-FIX: bug em listagem status tramitacao --- sapl/materia/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/views.py b/sapl/materia/views.py index da1f21ea3..7dd9e674b 100644 --- a/sapl/materia/views.py +++ b/sapl/materia/views.py @@ -433,7 +433,7 @@ class PesquisarStatusTramitacaoView(FilterView): if data: url = '&' + str(self.request.META["QUERY_STRING"]) if url.startswith("&page"): - ponto_comeco = url.find("sigla=") - 1 + ponto_comeco = url.find("descricao=") - 1 url = url[ponto_comeco:] context = self.get_context_data(