From 7750a2a0e991c97866090cf66eb4a64f7c372451 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 28 Jan 2020 17:56:57 -0300 Subject: [PATCH] =?UTF-8?q?Endere=C3=A7ando=20coment=C3=A1rio=20de=20revis?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/sessao/views.py b/sapl/sessao/views.py index 9e73781d7..9b1f8779b 100755 --- a/sapl/sessao/views.py +++ b/sapl/sessao/views.py @@ -604,7 +604,7 @@ class MateriaOrdemDiaCrud(MasterDetailCrud): def get_context_data(self, **kwargs): if self.get_queryset().count() > 500: - self.paginate_by = 10 + self.paginate_by = 100 else: self.paginate_by = None @@ -649,7 +649,7 @@ class ExpedienteMateriaCrud(MasterDetailCrud): def get_context_data(self, **kwargs): if self.get_queryset().count() > 500: - self.paginate_by = 10 + self.paginate_by = 100 else: self.paginate_by = None