ERP-node/frontend/components/v2
DDD1542 2b175a21f4 feat: Enhance entity options retrieval with additional fields support
- Updated the `getEntityOptions` function to accept an optional `fields` parameter, allowing clients to specify additional columns to be retrieved.
- Implemented logic to dynamically include extra columns in the SQL query based on the provided `fields`, improving flexibility in data retrieval.
- Enhanced the response to indicate whether extra fields were included, facilitating better client-side handling of the data.
- Added logging for authentication failures in the `AuthGuard` component to improve debugging and user experience.
- Integrated auto-fill functionality in the `V2Select` component to automatically populate fields based on selected entity references, enhancing user interaction.
- Updated the `ItemSearchModal` to support multi-selection of items, improving usability in item management scenarios.
2026-02-25 11:45:28 +09:00
..
config-panels feat: Enhance entity options retrieval with additional fields support 2026-02-25 11:45:28 +09:00
ConditionalConfigPanel.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
DynamicConfigPanel.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2Biz.tsx feat: ScreenModal 및 V2 컴포넌트 레이아웃 개선 2026-02-04 11:26:51 +09:00
V2ComponentRenderer.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2ComponentsDemo.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2Date.tsx feat: ScreenModal 및 V2Select 컴포넌트 개선 2026-02-05 14:07:18 +09:00
V2FormContext.tsx feat: EditModal에서 채번 규칙 할당 로직 병렬 처리 최적화 2026-02-05 15:55:32 +09:00
V2Group.tsx feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00
V2Hierarchy.tsx feat: ScreenModal 및 V2 컴포넌트 레이아웃 개선 2026-02-04 11:26:51 +09:00
V2Input.tsx Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node 2026-02-12 16:33:00 +09:00
V2Layout.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2List.tsx feat: ScreenModal 및 V2Select 컴포넌트 개선 2026-02-05 14:07:18 +09:00
V2Media.tsx refactor: Clean up and enhance component structure in V2Media and ComponentsPanel 2026-02-23 10:53:10 +09:00
V2Repeater.tsx feat: Enhance EditModal and V2Repeater functionality 2026-02-23 09:16:44 +09:00
V2Select.tsx feat: Enhance entity options retrieval with additional fields support 2026-02-25 11:45:28 +09:00
index.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00
registerV2Components.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00