fix(pdf_generation): Only load direct runners for direct calls
This commit is contained in:
parent
48dd9acde5
commit
97b7ca931f
@ -125,7 +125,7 @@
|
||||
let runners =
|
||||
await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
|
||||
o.id,
|
||||
false
|
||||
true
|
||||
);
|
||||
let cards = [];
|
||||
for (let runner of runners) {
|
||||
|
@ -104,7 +104,7 @@
|
||||
let runners =
|
||||
await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
|
||||
o.id,
|
||||
false
|
||||
true
|
||||
);
|
||||
let certificateRunners = [];
|
||||
for (let runner of runners) {
|
||||
|
@ -68,7 +68,7 @@
|
||||
let runners =
|
||||
await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
|
||||
o.id,
|
||||
false
|
||||
true
|
||||
);
|
||||
await documentServer
|
||||
.generateContracts(runners, locale)
|
||||
|
Loading…
x
Reference in New Issue
Block a user