ERP-node/frontend/lib/registry/components/v2-bom-item-editor
DDD1542 1a6d78df43 refactor: Improve existing item ID handling in BomItemEditorComponent
- Updated the logic for tracking existing item IDs to prevent duplicates during item addition, ensuring that sibling items are checked for duplicates at the same level while allowing duplicates in child levels.
- Enhanced the existingItemIds calculation to differentiate between root level and child level additions, improving data integrity and user experience.
- Refactored the useMemo hook to include addTargetParentId as a dependency, ensuring accurate updates when the target parent ID changes.
2026-02-27 13:30:57 +09:00
..
BomItemEditorComponent.tsx refactor: Improve existing item ID handling in BomItemEditorComponent 2026-02-27 13:30:57 +09:00
BomItemEditorRenderer.tsx feat: Add BOM tree view and BOM item editor components 2026-02-24 10:49:23 +09:00
index.ts feat: Add BOM tree view and BOM item editor components 2026-02-24 10:49:23 +09:00