vcomply-workflow-engine 2.6.32 → 2.6.33
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-engine-container/workflow-engine-container.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
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
// event => 'sequential' || 'anyReviewer'
|
|
795
795
|
WorkflowEngineContainerComponent.prototype.onReviewerChange = function (event) {
|
|
796
796
|
var commonText = 'Once confirmed, the new review workflow will be applicable for all current and future review due dates.';
|
|
797
|
-
var msg = commonText + (event === 'anyReviewer' ? "If any reviewer had completed the review, the current review due date will be closed and the review status will be updated to 'Completed'." : '');
|
|
797
|
+
var msg = commonText + (event === 'anyReviewer' ? " If any reviewer had completed the review, the current review due date will be closed and the review status will be updated to 'Completed'." : '');
|
|
798
798
|
this.confirmationAlertConfig = { isVisible: true, message: msg, action: event, };
|
|
799
799
|
};
|
|
800
800
|
return WorkflowEngineContainerComponent;
|