vcomply-workflow-engine 3.4.38 → 3.4.39
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/log-an-issue/log-an-issue.component.mjs +4 -2
- package/fesm2015/vcomply-workflow-engine.mjs +1 -1
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +3 -1
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -34612,7 +34612,7 @@ class LogAnIssueComponent {
|
|
|
34612
34612
|
this.dataForEdit = issueData;
|
|
34613
34613
|
this.loader = false;
|
|
34614
34614
|
this.uiKitService.isLoader = false;
|
|
34615
|
-
const issueDueDate = (_a = issueData.frequency_details) === null || _a === void 0 ? void 0 : _a.frequency_date.split('-');
|
|
34615
|
+
const issueDueDate = (_a = issueData === null || issueData === void 0 ? void 0 : issueData.frequency_details) === null || _a === void 0 ? void 0 : _a.frequency_date.split('-').map(Number);
|
|
34616
34616
|
this.logIssueForm = {
|
|
34617
34617
|
issueName: (_b = issueData.title) !== null && _b !== void 0 ? _b : '',
|
|
34618
34618
|
evidenceRequired: (_e = (_c = issueData === null || issueData === void 0 ? void 0 : issueData.evidence) === null || _c === void 0 ? void 0 : _c.evidence_flag) !== null && _e !== void 0 ? _e : 0,
|