diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 3150f00..622060e 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -254,7 +254,7 @@ export class EvaluationController { // }; // } // } - } else if (_data.privilege === "OWNER" || _data.privilege === "ROOT" || _data.privilege === "PARENT") { + } else if (/*_data.privilege === "OWNER" ||*/ _data.privilege === "ROOT" /*|| _data.privilege === "PARENT"*/) { if (orgDna.rootDnaId) { conditions.push("evaluation.rootDnaId = :root"); params.root = orgDna.rootDnaId;