Browse Source
Adiciona novo campo de pesquisa de materia regime tramitacao (#3725)
feat: adiciona novo campo de pesquisa de materia regime tramitacao
pull/3726/head
joaohortsenado
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
sapl/materia/forms.py
|
@ -1039,6 +1039,7 @@ class MateriaLegislativaFilterSet(django_filters.FilterSet): |
|
|
'ano_origem_externa', |
|
|
'ano_origem_externa', |
|
|
'data_origem_externa', |
|
|
'data_origem_externa', |
|
|
'local_origem_externa', |
|
|
'local_origem_externa', |
|
|
|
|
|
'regime_tramitacao', |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
def filter_ementa(self, queryset, name, value): |
|
|
def filter_ementa(self, queryset, name, value): |
|
@ -1099,7 +1100,7 @@ class MateriaLegislativaFilterSet(django_filters.FilterSet): |
|
|
('tramitacao__status', 6), |
|
|
('tramitacao__status', 6), |
|
|
]) |
|
|
]) |
|
|
row9 = to_row( |
|
|
row9 = to_row( |
|
|
[('materiaassunto__assunto', 6), ('indexacao', 6)]) |
|
|
[('materiaassunto__assunto', 4), ('indexacao', 4), ('regime_tramitacao', 4)]) |
|
|
|
|
|
|
|
|
row8 = to_row( |
|
|
row8 = to_row( |
|
|
[ |
|
|
[ |
|
|