From de9abc05ebcae1be8e37800c966e93e38d5b1700 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 13 Dec 2018 18:10:49 -0200 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20muda=20hera=C3=A7=C3=A3o=20de=20Fren?= =?UTF-8?q?teCrud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/parlamentares/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/parlamentares/views.py b/sapl/parlamentares/views.py index ce32475f0..c47d36566 100644 --- a/sapl/parlamentares/views.py +++ b/sapl/parlamentares/views.py @@ -288,7 +288,7 @@ def parlamentares_frente_selected(request): return JsonResponse({'id_list': list(lista_parlamentar_id)}) -class FrenteCrud(CrudAux): +class FrenteCrud(Crud): model = Frente help_topic = 'tipo_situa_militar' public = [RP_DETAIL, RP_LIST]