vcomply-workflow-engine 3.1.31 → 3.1.32

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.
@@ -4210,7 +4210,7 @@ ListPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
4210
4210
  [disabledId]="listObject[openedPopup]?.disabledIds"
4211
4211
  [fromResponsibility]="'Assignee'"
4212
4212
  (saveSelectedList)="saveSelectedList($event)"
4213
- (closeLinkRisk)="activeDaeSelector()"
4213
+ (closeUsersList)="activeDeSelector()"
4214
4214
  >
4215
4215
  </app-group-users-list>
4216
4216
  <app-risk-category-risk-listing
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
4263
4263
  [disabledId]="listObject[openedPopup]?.disabledIds"
4264
4264
  [fromResponsibility]="'Assignee'"
4265
4265
  (saveSelectedList)="saveSelectedList($event)"
4266
- (closeLinkRisk)="activeDaeSelector()"
4266
+ (closeUsersList)="activeDeSelector()"
4267
4267
  >
4268
4268
  </app-group-users-list>
4269
4269
  <app-risk-category-risk-listing
@@ -5405,7 +5405,6 @@ class GrcObjectContainerComponent {
5405
5405
  if (event === 'OTHER_GRC_OBJECTS') {
5406
5406
  this.GRCSelectedTab = (_a = this.otherGRCTabIndex[subType]) !== null && _a !== void 0 ? _a : 0;
5407
5407
  this.getOtherGRCObjects({ type: this.GRCSelectedTab });
5408
- console.log('arrangedGrcData ==>', subType, this.otherGRCCard);
5409
5408
  }
5410
5409
  if (this.LIST_POPUP.includes(event)) {
5411
5410
  this.pickerChanged.emit(true);
@@ -5478,6 +5477,7 @@ class GrcObjectContainerComponent {
5478
5477
  });
5479
5478
  if (this.MODE === 'EDIT') {
5480
5479
  this.listObject.OWNER.selectedData = this.listObject['OWNER']['data']['assigneesList'].filter((item) => this.grcPayload.owners.includes(item === null || item === void 0 ? void 0 : item.member_id));
5480
+ this.listObject['OWNER'].disabledIds = [...new Set(this.disabledIds)];
5481
5481
  }
5482
5482
  else {
5483
5483
  this.defaultSelectedUser();
@@ -5629,7 +5629,6 @@ class GrcObjectContainerComponent {
5629
5629
  this.otherGRCCard[item === null || item === void 0 ? void 0 : item.type].selectedCount += 1;
5630
5630
  });
5631
5631
  this.grcDataWithTypes = GRCObject;
5632
- console.log('this.grcDataWithTypes ==>', this.grcDataWithTypes);
5633
5632
  this.updateOtherGRCObjectsPayload();
5634
5633
  }
5635
5634
  }
@@ -10041,7 +10040,6 @@ class WorkflowRiskComponent {
10041
10040
  populateOptionalFields() {
10042
10041
  var _a;
10043
10042
  const activatedOptions = [];
10044
- console.log('this.riskForm. ===>', this.riskForm);
10045
10043
  if (this.riskForm.addMitigation) {
10046
10044
  activatedOptions.push('MITIGATION');
10047
10045
  }
@@ -10560,6 +10558,7 @@ class WorkflowRiskComponent {
10560
10558
  this.date = new Date();
10561
10559
  this.submitted = false;
10562
10560
  this.refreshForm.emit(true);
10561
+ this.rcSelected.emit(false);
10563
10562
  this.frequencyDetails = {
10564
10563
  frequency: '',
10565
10564
  started_at: '',