vcomply-workflow-engine 2.6.72 → 2.6.74
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/workflow-program/workflow-program.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
|
@@ -25385,7 +25385,7 @@ class WorkflowProgramComponent {
|
|
|
25385
25385
|
this.editorData.programDescription = (_e = res.description) === null || _e === void 0 ? void 0 : _e.text;
|
|
25386
25386
|
this.editorData.programObjective = (_f = res.program_objective) === null || _f === void 0 ? void 0 : _f.text;
|
|
25387
25387
|
this.setFormField('framework', Object.assign(Object.assign({}, res.framework_details), { _id: (_g = res === null || res === void 0 ? void 0 : res.framework_details) === null || _g === void 0 ? void 0 : _g.framework_id }));
|
|
25388
|
-
const role = (_h = res === null || res === void 0 ? void 0 : res.roles) === null || _h === void 0 ? void 0 : _h.map((ele) => { return { _id: ele === null || ele === void 0 ? void 0 : ele.roleId, roleName: ele === null || ele === void 0 ? void 0 : ele.roleName, licenseType: ele === null || ele === void 0 ? void 0 : ele.licenseType }; });
|
|
25388
|
+
const role = (_h = res === null || res === void 0 ? void 0 : res.roles) === null || _h === void 0 ? void 0 : _h.map((ele) => { return { _id: ele === null || ele === void 0 ? void 0 : ele.roleId, roleName: ele === null || ele === void 0 ? void 0 : ele.roleName, licenseType: ele === null || ele === void 0 ? void 0 : ele.licenseType, permissionGroupName: ele === null || ele === void 0 ? void 0 : ele.permissionGroupName }; });
|
|
25389
25389
|
this.setFormField('program_roles', role);
|
|
25390
25390
|
if ((res === null || res === void 0 ? void 0 : res.roles) && ((_j = res === null || res === void 0 ? void 0 : res.roles) === null || _j === void 0 ? void 0 : _j.length) && this.mode === 'EDIT') {
|
|
25391
25391
|
this.additionalOption.ROLES = true;
|