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.
@@ -3097,14 +3097,14 @@
3097
3097
  }
3098
3098
  }
3099
3099
  if (_this.responsibilityForm.program[0].default_overseers) {
3100
- var overseers = _this.assigneesList.filter(function (element) { return _this.responsibilityForm.program[0].default_overseers.cc_email.includes(element.my_member_id); });
3101
- var notifyOverseers = _this.assigneesList.filter(function (element) { return _this.responsibilityForm.program[0].default_overseers.failure_cc_email.includes(element.my_member_id); });
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.list = notifyOverseers;
3107
+ _this.responsibilityForm.overseers.notifyList = notifyOverseers;
3108
3108
  _this.moreOptions.OVERSEER = true;
3109
3109
  }
3110
3110
  }