vcomply-workflow-engine 2.4.1 → 2.4.2
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 +3 -3
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +4 -4
- package/fesm2015/vcomply-workflow-engine.js +3 -3
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -3097,14 +3097,14 @@
|
|
|
3097
3097
|
}
|
|
3098
3098
|
}
|
|
3099
3099
|
if (_this.responsibilityForm.program[0].default_overseers) {
|
|
3100
|
-
var overseers = _this.
|
|
3101
|
-
var notifyOverseers = _this.
|
|
3100
|
+
var overseers = _this.overseersList.filter(function (element) { return _this.responsibilityForm.program[0].default_overseers.cc_email.includes(element.my_member_id); });
|
|
3101
|
+
var notifyOverseers = _this.overseersList.filter(function (element) { return _this.responsibilityForm.program[0].default_overseers.failure_cc_email.includes(element.my_member_id); });
|
|
3102
3102
|
if (overseers.length) {
|
|
3103
3103
|
_this.responsibilityForm.overseers.list = overseers;
|
|
3104
3104
|
_this.moreOptions.OVERSEER = true;
|
|
3105
3105
|
}
|
|
3106
3106
|
if (notifyOverseers.length) {
|
|
3107
|
-
_this.responsibilityForm.notifyList
|
|
3107
|
+
_this.responsibilityForm.overseers.notifyList = notifyOverseers;
|
|
3108
3108
|
_this.moreOptions.OVERSEER = true;
|
|
3109
3109
|
}
|
|
3110
3110
|
}
|