ERP-node/frontend/lib/registry/components/universal-form-modal
kjs 28ef7e1226 fix: Enhance error handling and validation messages in form data operations
- Integrated `formatPgError` utility to provide user-friendly error messages based on PostgreSQL error codes during form data operations.
- Updated error responses in `saveFormData`, `saveFormDataEnhanced`, `updateFormData`, and `updateFormDataPartial` to include specific messages based on the company context.
- Improved error handling in the frontend components to display relevant error messages from the server response, ensuring users receive clear feedback on save operations.
- Enhanced the required field validation by incorporating NOT NULL metadata checks across various components, improving the accuracy of form submissions.

These changes improve the overall user experience by providing clearer error messages and ensuring that required fields are properly validated based on both manual settings and database constraints.
2026-03-10 14:47:05 +09:00
..
modals refactor: Update references from table_column_category_values to category_values 2026-03-09 13:46:38 +09:00
TableSectionRenderer.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
UniversalFormModalComponent.tsx fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
UniversalFormModalConfigPanel.tsx feat: Enhance V2Repeater and configuration panel with source detail auto-fetching 2026-02-28 14:33:18 +09:00
UniversalFormModalRenderer.tsx feat(universal-form-modal): 범용 폼 모달 컴포넌트 신규 개발 2025-12-04 19:13:58 +09:00
config.ts refactor: UniversalFormModalComponent 자체 저장 기능 제거 2026-01-08 10:04:05 +09:00
index.ts ix: 부모-자식 모달 데이터 전달 문제 해결 및 미사용 multiRowSave 기능 제거 2026-01-07 17:42:40 +09:00
types.ts refactor: Update references from table_column_category_values to category_values 2026-03-09 13:46:38 +09:00