feat(dashboard): enrich demand calendar locations
This commit is contained in:
@@ -202,7 +202,7 @@ describe("dashboard procedure support", () => {
|
||||
requiredFTEs: 3,
|
||||
resourceCount: 1,
|
||||
allocatedHours: 80,
|
||||
derivation: { calendarLocations: [{ countryCode: "DE" }] },
|
||||
derivation: { calendarLocations: [{ countryCode: "DE", countryName: "Germany" }] },
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -250,7 +250,7 @@ describe("dashboard procedure support", () => {
|
||||
requiredFTEs: 3,
|
||||
allocatedResources: 1,
|
||||
allocatedHours: 80,
|
||||
calendarLocations: [{ countryCode: "DE" }],
|
||||
calendarLocations: [{ countryCode: "DE", countryName: "Germany" }],
|
||||
},
|
||||
],
|
||||
chargeabilityByChapter: [
|
||||
|
||||
Reference in New Issue
Block a user