Fix bug สิทธิ์ PARENT
This commit is contained in:
parent
e161335f36
commit
b1686e76ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
if (orgDna.rootDnaId) {
|
||||||
conditions.push("evaluation.rootDnaId = :root");
|
conditions.push("evaluation.rootDnaId = :root");
|
||||||
params.root = orgDna.rootDnaId;
|
params.root = orgDna.rootDnaId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue