mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { forwardRef, Global, Module } from '@nestjs/common';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
|
||||
import { ApprovalRulesController } from './controllers/approval-rules.controller';
|
||||
@@ -104,8 +104,9 @@ import { BookingRateSnapshot } from '../bookings/entities/booking-rate-snapshot.
|
||||
// against them (a cap above the rating is a typo, not a policy).
|
||||
WagonTypesModule,
|
||||
// Rates may be scoped to one shipping line; creating such a rate validates
|
||||
// the line exists and is active.
|
||||
ShippingLineCompaniesModule,
|
||||
// the line exists and is active. forwardRef: shipping-lines now imports
|
||||
// BookingsModule (booking completion), which imports this module back.
|
||||
forwardRef(() => ShippingLineCompaniesModule),
|
||||
],
|
||||
controllers: [
|
||||
CargoTypesController,
|
||||
|
||||
Reference in New Issue
Block a user