vcomply-workflow-engine 2.6.175 → 2.6.176
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 -0
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +2 -1
- package/fesm2015/vcomply-workflow-engine.js +1 -0
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +2 -2
|
@@ -27601,6 +27601,7 @@
|
|
|
27601
27601
|
this.isAscentAllowed = this.allowedFeature.isFeatureEnabled('ff_compliance_framework');
|
|
27602
27602
|
this.programSimplifyFlag = this.allowedFeature.isFeatureEnabled('ff_program_simplify');
|
|
27603
27603
|
this.featureflagGroups = this.allowedFeature.isFeatureEnabled("ff_program_groups");
|
|
27604
|
+
this.toolTipData.owner = this.featureflagrole ? "Owners are responsible for managing a Program. Only Owners can make changes to a Program and the responsibilities that are linked with the Program.<br>The <strong>Key Power User</strong> and all <b>Power Users</b> will be selected as the Owners of a Program by default." : "Owners are responsible for managing a Program. Only Owners can make changes to a Program and the responsibilities that are linked with the Program.<br>The <strong>Key Admin</strong> and all <b>Admin</b> users will be selected as the Owners of a Program by default.";
|
|
27604
27605
|
};
|
|
27605
27606
|
return WorkflowProgramComponent;
|
|
27606
27607
|
}());
|