vcomply-workflow-engine 3.4.58 → 3.4.60
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/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +4 -7
- package/fesm2015/vcomply-workflow-engine.mjs +3 -7
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +3 -6
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24199,7 +24199,6 @@ class WorkflowComplianceComponent {
|
|
|
24199
24199
|
}
|
|
24200
24200
|
}
|
|
24201
24201
|
ngOnInit() {
|
|
24202
|
-
var _a, _b;
|
|
24203
24202
|
this.featureFlag_groups = this.feature.isFeatureEnabled('ff_responsibility_groups');
|
|
24204
24203
|
this.isResponsibilitySimplified = this.feature.isFeatureEnabled('ff_responsibility_simplification');
|
|
24205
24204
|
this.isResponsibilityRcLinkEnabled = this.feature.isFeatureEnabled('ff_responsibility_rc_link');
|
|
@@ -24238,12 +24237,6 @@ class WorkflowComplianceComponent {
|
|
|
24238
24237
|
}
|
|
24239
24238
|
});
|
|
24240
24239
|
this.setResponsibilityName();
|
|
24241
|
-
if (((_b = (_a = this.assessmentDetails) === null || _a === void 0 ? void 0 : _a.assessment_type) === null || _b === void 0 ? void 0 : _b.toLowerCase()) ===
|
|
24242
|
-
'compliance_audit') {
|
|
24243
|
-
this.hiddenList.push('CHECKPOINTS');
|
|
24244
|
-
this.hiddenList.push('CHECKPOINTS_NEW');
|
|
24245
|
-
this.populateOption.emit(['ASSESSMENT']);
|
|
24246
|
-
}
|
|
24247
24240
|
this.hideElementsFromMoreOptions.emit(this.hiddenList);
|
|
24248
24241
|
}
|
|
24249
24242
|
activateSelector(type, event) {
|
|
@@ -24269,6 +24262,9 @@ class WorkflowComplianceComponent {
|
|
|
24269
24262
|
};
|
|
24270
24263
|
this.setAssessmentData([this.assessmentDetails], payload, 'assessment');
|
|
24271
24264
|
this.whatChanged(assessmentData);
|
|
24265
|
+
this.hiddenList.push('CHECKPOINTS');
|
|
24266
|
+
this.hiddenList.push('CHECKPOINTS_NEW');
|
|
24267
|
+
this.hideElementsFromMoreOptions.emit(this.hiddenList);
|
|
24272
24268
|
}
|
|
24273
24269
|
}
|
|
24274
24270
|
whatChanged(event) {
|