vcomply-workflow-engine 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +2 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +3 -2
- package/fesm2015/vcomply-workflow-engine.js +2 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -3064,7 +3064,8 @@ class WorkflowComplianceComponent {
|
|
|
3064
3064
|
const allDefaultCCIds = [...new Set(ids), ...new Set((_r = (_q = (_p = this.responsibilityForm) === null || _p === void 0 ? void 0 : _p.program[0]) === null || _q === void 0 ? void 0 : _q.default_overseers) === null || _r === void 0 ? void 0 : _r.cc_email)];
|
|
3065
3065
|
const overseersCC = (_s = this.overseersList) === null || _s === void 0 ? void 0 : _s.filter((element) => allDefaultCCIds === null || allDefaultCCIds === void 0 ? void 0 : allDefaultCCIds.includes(element === null || element === void 0 ? void 0 : element.my_member_id));
|
|
3066
3066
|
// const overseers = this.overseersList.filter((element: any) => this.responsibilityForm.program[0].default_overseers.cc_email.includes(element.my_member_id));
|
|
3067
|
-
const
|
|
3067
|
+
const notifyListIds = this.returnIds(this.responsibilityForm.overseers.notifyList, 'my_member_id');
|
|
3068
|
+
const allDefaultCCFailureIds = [...new Set(notifyListIds), ...new Set((_v = (_u = (_t = this.responsibilityForm) === null || _t === void 0 ? void 0 : _t.program[0]) === null || _u === void 0 ? void 0 : _u.default_overseers) === null || _v === void 0 ? void 0 : _v.failure_cc_email)];
|
|
3068
3069
|
const overseersCCFailure = (_w = this.overseersList) === null || _w === void 0 ? void 0 : _w.filter((element) => allDefaultCCFailureIds === null || allDefaultCCFailureIds === void 0 ? void 0 : allDefaultCCFailureIds.includes(element === null || element === void 0 ? void 0 : element.my_member_id));
|
|
3069
3070
|
// const notifyOverseers = this.overseersList.filter((element: any) => this.responsibilityForm.program[0].default_overseers.failure_cc_email.includes(element.my_member_id));
|
|
3070
3071
|
// if (overseers.length) {
|