fix(rfa): add RfaWorkflow entity to RfaModule
TypeORM error: Entity metadata for RfaRevision#workflows was not found. RfaWorkflow entity was missing from TypeOrmModule.forFeature() registration, causing the application to fail to start.
This commit is contained in:
@@ -20,6 +20,7 @@ import { RfaRevision } from './entities/rfa-revision.entity';
|
|||||||
import { RfaStatusCode } from './entities/rfa-status-code.entity';
|
import { RfaStatusCode } from './entities/rfa-status-code.entity';
|
||||||
import { RfaType } from './entities/rfa-type.entity';
|
import { RfaType } from './entities/rfa-type.entity';
|
||||||
import { Rfa } from './entities/rfa.entity';
|
import { Rfa } from './entities/rfa.entity';
|
||||||
|
import { RfaWorkflow } from './entities/rfa-workflow.entity';
|
||||||
|
|
||||||
// Services & Controllers
|
// Services & Controllers
|
||||||
import { RfaController } from './rfa.controller';
|
import { RfaController } from './rfa.controller';
|
||||||
@@ -43,6 +44,7 @@ import { WorkflowEngineModule } from '../workflow-engine/workflow-engine.module'
|
|||||||
RfaType,
|
RfaType,
|
||||||
RfaStatusCode,
|
RfaStatusCode,
|
||||||
RfaApproveCode,
|
RfaApproveCode,
|
||||||
|
RfaWorkflow,
|
||||||
Correspondence,
|
Correspondence,
|
||||||
CorrespondenceRevision,
|
CorrespondenceRevision,
|
||||||
CorrespondenceStatus,
|
CorrespondenceStatus,
|
||||||
|
|||||||
Reference in New Issue
Block a user