ERP-node/frontend/lib/registry/components/universal-form-modal
kjs ac2da7a1d7 feat: Implement entity join functionality in V2Repeater and configuration panel
- Added support for entity joins in the V2Repeater component, allowing for automatic resolution of foreign key references to display data from related tables.
- Introduced a new `resolveEntityJoins` function to handle the fetching and mapping of reference data based on configured entity joins.
- Enhanced the V2RepeaterConfigPanel to manage entity join configurations, including loading available columns and toggling join settings.
- Updated the data handling logic to incorporate mapping rules for incoming data, ensuring that only necessary fields are retained during processing.
- Improved user experience by providing clear logging and feedback during entity join resolution and data mapping operations.
2026-03-04 21:08:45 +09:00
..
modals feat: Enhance V2Repeater and configuration panel with source detail auto-fetching 2026-02-28 14:33:18 +09:00
TableSectionRenderer.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
UniversalFormModalComponent.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +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
config.ts
index.ts
types.ts