ERP-node/frontend/components/flow
kjs fd5c61b12a feat: Implement company code validation in flow management
- Enhanced the FlowController to include user company code validation for flow definitions, ensuring that users can only access and modify flows belonging to their company.
- Updated the FlowDefinitionService to accept company code as a parameter for create, update, and delete operations, enforcing ownership checks.
- Introduced sanitization methods in FlowConditionParser to prevent SQL injection for column and table names.
- Modified the FlowDataMoveService to validate table names and column names during data movement operations, enhancing security.
- Updated the frontend components to support batch data movement with proper validation and error handling.
2026-03-03 10:38:38 +09:00
..
FlowConditionBuilder.tsx 워크플로우 restapi도 연결가능하고여러개 가능하게 구현시켜놓음 2025-12-02 14:24:43 +09:00
FlowDataListModal.tsx feat: Implement company code validation in flow management 2026-03-03 10:38:38 +09:00
FlowNodeComponent.tsx 플로우 구현 2025-10-20 10:55:33 +09:00
FlowStepPanel.tsx fix(select): Radix UI Select v2.x value="" 에러 수정 2025-12-24 09:24:56 +09:00