mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #826 from Tria-plc/freight_feature/usermanagement
changes
This commit is contained in:
@@ -139,7 +139,8 @@ export class TrainSchedulingController {
|
||||
@Get("batch-board/:scheduleId")
|
||||
@TrainSchedulingView()
|
||||
@ApiOperation({
|
||||
summary: "Batch board detail for one schedule with EAT 3h windows",
|
||||
summary:
|
||||
"Batch board detail for one schedule: its booking window, in-window bookings and pending-contract bucket",
|
||||
})
|
||||
getBatchBoardDetail(@Param("scheduleId", ParseUUIDPipe) scheduleId: string) {
|
||||
return this.bookingBatchService.getBatchBoardDetail(scheduleId);
|
||||
|
||||
Reference in New Issue
Block a user