Browse Source
Merge branch '3.1.x' into pauta_multiformat
pull/3744/head
cristian-longhi
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
sapl/materia/views.py
|
@ -2059,7 +2059,7 @@ class MateriaLegislativaPesquisaView(MultiFormatOutputMixin, FilterView): |
|
|
texto_original = obj.texto_original if not isinstance( |
|
|
texto_original = obj.texto_original if not isinstance( |
|
|
obj, dict) else obj["texto_original"] |
|
|
obj, dict) else obj["texto_original"] |
|
|
|
|
|
|
|
|
return f'{url}/{texto_original}' |
|
|
return f'{url}/media/{texto_original}' |
|
|
|
|
|
|
|
|
def get_filterset_kwargs(self, filterset_class): |
|
|
def get_filterset_kwargs(self, filterset_class): |
|
|
super().get_filterset_kwargs(filterset_class) |
|
|
super().get_filterset_kwargs(filterset_class) |
|
|