feat: Implement create/edit dialog for pedimentos management
- Added create-edit-dialog component for creating and editing pedimentos. - Integrated dialog with data table actions for editing existing pedimentos. - Implemented infinite scroll functionality in the data table for loading more pedimentos. - Enhanced server-side loading of pedimentos with authentication checks. - Added filtering options for pedimentos based on status, client ID, and year. - Improved error handling and user feedback for actions like creating, editing, and deleting pedimentos.
This commit is contained in:
@@ -15,7 +15,7 @@ class Settings(BaseSettings):
|
||||
ENVIRONMENT: str = "development"
|
||||
|
||||
# Database - Core (Shared)
|
||||
CORE_DB_HOST: str = "localhost"
|
||||
CORE_DB_HOST: str = "postgres-a76"
|
||||
CORE_DB_PORT: int = 5432
|
||||
CORE_DB_NAME: str = "anexo76_core"
|
||||
CORE_DB_USER: str = "postgres"
|
||||
|
||||
Reference in New Issue
Block a user