Merge pull request 'fix/table-pedimentos' (#72) from fix/table-pedimentos into development

Reviewed-on: ADUANASOFT/anexo76#72
This commit is contained in:
2026-01-22 23:31:37 +00:00
7 changed files with 198 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ router = TenantCRUDRoutes(
prefix="", # No prefix here, will be added in main router
tags=["a76 / pedimentos"], # Tag for Swagger documentation
resource_name="Pedimento",
id_name="pedimento_id",
id_name="id", # Use standard REST convention
enable_list=True, # Enable GET / with pagination
enable_filters=True, # Enable status, client_id, year filters
default_page_size=50,