diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index de25b31..24a13b7 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -2328,6 +2328,7 @@ export class EvaluationController { "commanderPositionDoc2", "commanderAboveFullnameDoc2", "commanderAbovePositionDoc2", + "evaluationResult", ], }); if (!evaluation) { @@ -2361,6 +2362,7 @@ export class EvaluationController { "commanderPositionDoc2", "commanderAboveFullnameDoc2", "commanderAbovePositionDoc2", + "evaluationResult", ], }); if (!evaluation) {