vcomply-workflow-engine 0.1.6 → 0.1.7
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 +1 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -12807,7 +12807,7 @@
|
|
|
12807
12807
|
if (this.mode === 'CREATE') {
|
|
12808
12808
|
PAYLOAD.linkage_object = { source: this.openedFrom, type: '', type_id: 0, source_id: 0 };
|
|
12809
12809
|
if (this.openedFrom === 'COMPLIANCE_WORKROOM' && ((_a = this.reponsibilityData) === null || _a === void 0 ? void 0 : _a.responsibilityId)) {
|
|
12810
|
-
PAYLOAD.linkage_object = { source_id: (_b = this.reponsibilityData) === null || _b === void 0 ? void 0 : _b.responsibilityId, type: '', type_id: 0 };
|
|
12810
|
+
PAYLOAD.linkage_object = { source_id: (_b = this.reponsibilityData) === null || _b === void 0 ? void 0 : _b.responsibilityId, type: '', type_id: 0, source: this.openedFrom };
|
|
12811
12811
|
}
|
|
12812
12812
|
if (['VIEW_AUDIT_EXECUTION_SUMMARY', 'EXECUTE_AUDIT_PLAN'].includes(this.openedFrom)) {
|
|
12813
12813
|
if (((_c = this.logIssueForm) === null || _c === void 0 ? void 0 : _c.linkageType) && ((_e = this.logIssueForm) === null || _e === void 0 ? void 0 : _e.linkedControlRisk.length) > 0) {
|