Browse Source

HOT-FIX: bug em listagem status tramitacao

pull/3337/head
eribeiro 4 years ago
parent
commit
b7738e2194
  1. 2
      sapl/materia/views.py

2
sapl/materia/views.py

@ -433,7 +433,7 @@ class PesquisarStatusTramitacaoView(FilterView):
if data: if data:
url = '&' + str(self.request.META["QUERY_STRING"]) url = '&' + str(self.request.META["QUERY_STRING"])
if url.startswith("&page"): if url.startswith("&page"):
ponto_comeco = url.find("sigla=") - 1 ponto_comeco = url.find("descricao=") - 1
url = url[ponto_comeco:] url = url[ponto_comeco:]
context = self.get_context_data( context = self.get_context_data(

Loading…
Cancel
Save