ERP-node/frontend/lib/registry/components/modal-repeater-table
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
..
ItemSelectionModal.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
ModalRepeaterTableComponent.tsx fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
ModalRepeaterTableConfigPanel.tsx feat(universal-form-modal): 테이블 컬럼 저장 설정 및 참조 표시 기능 구현 2025-12-29 17:42:30 +09:00
ModalRepeaterTableRenderer.tsx feat: modal-repeater-table 배열 데이터 저장 기능 구현 2025-11-21 10:12:29 +09:00
RepeaterTable.tsx fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
index.ts feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
types.ts 코드 정리 및 스타일 개선: ComponentsPanel과 UnifiedRepeater 컴포넌트에서 불필요한 공백을 제거하고, 코드 가독성을 향상시켰습니다. 또한, UnifiedRepeaterConfigPanel에서 컬럼 선택 UI의 구조를 개선하여 사용자 경험을 개선했습니다. 2026-01-15 17:50:52 +09:00
useCalculation.ts feat(modal-repeater-table): 컬럼 매핑 및 계산 규칙 UI 대폭 개선 2025-11-19 17:09:12 +09:00