vcomply-workflow-engine 2.3.21 → 2.3.22
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 -2
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +3 -3
- package/fesm2015/vcomply-workflow-engine.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -3083,15 +3083,15 @@
|
|
|
3083
3083
|
var reviewers = _this.reviewersList.filter(function (element) { return _this.responsibilityForm.program[0].default_reviewers.includes(element.my_member_id); });
|
|
3084
3084
|
if (reviewers.length) {
|
|
3085
3085
|
_this.responsibilityForm.reviewers.list = reviewers;
|
|
3086
|
+
_this.moreOptions.REVIEWER = true;
|
|
3086
3087
|
}
|
|
3087
|
-
_this.moreOptions.REVIEWER = true;
|
|
3088
3088
|
}
|
|
3089
3089
|
if (_this.responsibilityForm.program[0].default_overseers) {
|
|
3090
3090
|
var overseers = _this.assigneesList.filter(function (element) { return _this.responsibilityForm.program[0].default_overseers.cc_email.includes(element.my_member_id); });
|
|
3091
3091
|
if (overseers.length) {
|
|
3092
3092
|
_this.responsibilityForm.overseers.list = overseers;
|
|
3093
|
+
_this.moreOptions.OVERSEER = true;
|
|
3093
3094
|
}
|
|
3094
|
-
_this.moreOptions.OVERSEER = true;
|
|
3095
3095
|
}
|
|
3096
3096
|
for (var key in _this.moreOptions) {
|
|
3097
3097
|
if (_this.moreOptions[key]) {
|