vcomply-workflow-engine 2.6.128 → 2.6.130
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 +3 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +4 -2
- package/fesm2015/vcomply-workflow-engine.js +3 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -6996,7 +6996,7 @@
|
|
|
6996
6996
|
}
|
|
6997
6997
|
};
|
|
6998
6998
|
WorkflowPolicyComponent.prototype.populatePolicyForm = function (data, categoryIds) {
|
|
6999
|
-
var _a, _b, _c, _e;
|
|
6999
|
+
var _a, _b, _c, _e, _f, _g;
|
|
7000
7000
|
var reviewerFiles = data.ReviewerAttachments.map(function (file) {
|
|
7001
7001
|
file.filename = file.name;
|
|
7002
7002
|
file.filepath = file.file_path;
|
|
@@ -7053,6 +7053,8 @@
|
|
|
7053
7053
|
this.policyForm.addCheckpoints = (this.policyForm.checkpointDetails.length > 0) ? true : false;
|
|
7054
7054
|
this.policyForm.addOverseers = (this.policyForm.CCFailEmail.length > 0 || this.policyForm.CCEmail.length > 0) ? true : false;
|
|
7055
7055
|
this.policyForm.addAssociatedDocuments = data.associated_documents.length > 0 ? true : false;
|
|
7056
|
+
this.ccEmailObjIds = (((_f = data === null || data === void 0 ? void 0 : data.cc_usergroup_ids) === null || _f === void 0 ? void 0 : _f.length) > 0) ? data === null || data === void 0 ? void 0 : data.cc_usergroup_ids : [];
|
|
7057
|
+
this.ccFailGroupObjIds = (((_g = data === null || data === void 0 ? void 0 : data.cc_fail_usergroup_ids) === null || _g === void 0 ? void 0 : _g.length) > 0) ? data === null || data === void 0 ? void 0 : data.cc_fail_usergroup_ids : [];
|
|
7056
7058
|
this.populateOptionalFields();
|
|
7057
7059
|
// this.checkForCreateDocuments();
|
|
7058
7060
|
this.loader = false;
|