cristian-longhi
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
sapl/base/views.py
|
@ -907,7 +907,8 @@ class RelatorioMateriasTramitacaoView(RelatorioMixin, FilterView): |
|
|
) |
|
|
) |
|
|
else: |
|
|
else: |
|
|
context['materia__autor'] = '' |
|
|
context['materia__autor'] = '' |
|
|
|
|
|
if 'page' in qr: |
|
|
|
|
|
del qr['page'] |
|
|
context['filter_url'] = ('&' + qr.urlencode()) if len(qr) > 0 else '' |
|
|
context['filter_url'] = ('&' + qr.urlencode()) if len(qr) > 0 else '' |
|
|
context['show_results'] = show_results_filter_set(qr) |
|
|
context['show_results'] = show_results_filter_set(qr) |
|
|
|
|
|
|
|
|