From 5c5fe53bb6607b8f98a63689c5759eeb214f35d3 Mon Sep 17 00:00:00 2001 From: "Ronaldo S.A. Batista" Date: Fri, 9 Aug 2024 12:08:22 +0900 Subject: [PATCH] feat: Refactor 'entidade_da_inspecao' field to use FieldWithOptions This change refactors the 'entidade_da_inspecao' field in the FIELDS dictionary to use the FieldWithOptions type instead of SimpleField. This allows for the options to be specified directly on the field, providing more flexibility in managing the available options. --- fiscaliza/attrs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fiscaliza/attrs.py b/fiscaliza/attrs.py index 7a3b5dc..ba73877 100644 --- a/fiscaliza/attrs.py +++ b/fiscaliza/attrs.py @@ -83,8 +83,8 @@ "Não": ["nome_da_entidade", "cnpjcpf_da_entidade"], }, ), - "entidade_da_inspecao": SimpleField( - 30, "Entidade da Inspeção:", multiple=True, format_value=True + "entidade_da_inspecao": FieldWithOptions( + 30, "Entidade da Inspeção:", multiple=True, format_value=True, options=[] ), "entidade_outorgada": FieldWithOptions( 138,