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
|
@@ -3438,7 +3438,8 @@
|
|
|
3438
3438
|
var allDefaultCCIds_1 = __spreadArray(__spreadArray([], __read(new Set(ids))), __read(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)));
|
|
3439
3439
|
var overseersCC = (_s = _this.overseersList) === null || _s === void 0 ? void 0 : _s.filter(function (element) { return allDefaultCCIds_1 === null || allDefaultCCIds_1 === void 0 ? void 0 : allDefaultCCIds_1.includes(element === null || element === void 0 ? void 0 : element.my_member_id); });
|
|
3440
3440
|
// const overseers = this.overseersList.filter((element: any) => this.responsibilityForm.program[0].default_overseers.cc_email.includes(element.my_member_id));
|
|
3441
|
-
var
|
|
3441
|
+
var notifyListIds = _this.returnIds(_this.responsibilityForm.overseers.notifyList, 'my_member_id');
|
|
3442
|
+
var allDefaultCCFailureIds_1 = __spreadArray(__spreadArray([], __read(new Set(notifyListIds))), __read(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)));
|
|
3442
3443
|
var overseersCCFailure = (_w = _this.overseersList) === null || _w === void 0 ? void 0 : _w.filter(function (element) { return allDefaultCCFailureIds_1 === null || allDefaultCCFailureIds_1 === void 0 ? void 0 : allDefaultCCFailureIds_1.includes(element === null || element === void 0 ? void 0 : element.my_member_id); });
|
|
3443
3444
|
// const notifyOverseers = this.overseersList.filter((element: any) => this.responsibilityForm.program[0].default_overseers.failure_cc_email.includes(element.my_member_id));
|
|
3444
3445
|
// if (overseers.length) {
|