mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Add allocation management features and update permissions for container allocation
This commit is contained in:
@@ -28,3 +28,7 @@ export const FleetManage = () => BookingStaff(FREIGHT_PERMS.fleet.manage);
|
||||
|
||||
/** Org-administration endpoints (user mgmt, billing config, company CRUD, settings). */
|
||||
export const FreightAdmin = () => BookingStaff(FREIGHT_PERMS.admin);
|
||||
|
||||
/** Container allocation on a booking (allocate-containers endpoint). */
|
||||
export const AllocationManage = () =>
|
||||
BookingStaff(FREIGHT_PERMS.allocation.manage);
|
||||
|
||||
Reference in New Issue
Block a user